JSPM

@barchart/common-node-js

4.68.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 548
  • Score
    100M100P100Q97116F
  • License MIT

Common classes, utilities, and functions for building Node.js servers

Package Exports

  • @barchart/common-node-js/aws/DynamoProvider
  • @barchart/common-node-js/aws/DynamoProvider.js
  • @barchart/common-node-js/aws/dynamo/TableContainer
  • @barchart/common-node-js/aws/dynamo/TableContainer.js
  • @barchart/common-node-js/aws/dynamo/query/builders/ScanBuilder
  • @barchart/common-node-js/aws/dynamo/query/builders/ScanBuilder.js
  • @barchart/common-node-js/aws/dynamo/query/definitions/OperatorType
  • @barchart/common-node-js/aws/dynamo/query/definitions/OperatorType.js
  • @barchart/common-node-js/aws/dynamo/schema/definitions/DataType
  • @barchart/common-node-js/aws/dynamo/schema/definitions/DataType.js
  • @barchart/common-node-js/aws/dynamo/schema/definitions/KeyType
  • @barchart/common-node-js/aws/dynamo/schema/definitions/KeyType.js
  • @barchart/common-node-js/aws/dynamo/stream/DynamoScanReader
  • @barchart/common-node-js/aws/dynamo/stream/DynamoScanReader.js
  • @barchart/common-node-js/aws/dynamo/stream/DynamoStreamWriter
  • @barchart/common-node-js/aws/dynamo/stream/DynamoStreamWriter.js
  • @barchart/common-node-js/aws/lambda/LambdaTriggerType
  • @barchart/common-node-js/aws/lambda/LambdaTriggerType.js
  • @barchart/common-node-js/aws/lambda/LambdaValidator
  • @barchart/common-node-js/aws/lambda/LambdaValidator.js
  • @barchart/common-node-js/aws/lambda/validators/LambdaMessageValidator
  • @barchart/common-node-js/aws/lambda/validators/LambdaMessageValidator.js
  • @barchart/common-node-js/environment/Environment
  • @barchart/common-node-js/environment/Environment.js
  • @barchart/common-node-js/stream/ObjectTransformer
  • @barchart/common-node-js/stream/ObjectTransformer.js
  • @barchart/common-node-js/stream/SplitTransformer
  • @barchart/common-node-js/stream/SplitTransformer.js
  • @barchart/common-node-js/stream/transformations/DelegateTransformation
  • @barchart/common-node-js/stream/transformations/DelegateTransformation.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@barchart/common-node-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@barchart/common-node-js

AWS CodeBuild NPM

A public library of JavaScript utilities — suitable for use in both Node.js environments.

Overview

Features

  • Promise-based convenience wrappers for the AWS services (e.g. DynamoDB, S3, SES, SNS, SQS, more)
  • Promise-based convenience wrappers for relational dB access (PostgreSQL, MySQL)
  • Advanced utilities for working with Node.js streams
  • A workflow engine based on a priority queue
  • Pluggable asynchronous message bus for request-response (including an Amazon SQS implementation)
  • Pluggable asynchronous message bus for publish-subscribe (including an Amazon SNS/SQS implementation)
  • Abstraction for HTTP servers with REST and Socket.IO endpoints (using Express)
  • Browse the code...

Companion Library

A companion library called @barchart/common-js contains a more general set of utilities which are suitable for either Node.js or browser environments.

Development

Documentation

The code is documented with JSDoc. This will be used as the basis for formal documentation (coming soon).

Package Managers

This library has been published as a public module to NPM as @barchart/common-node-js.

npm install @barchart/common-node-js -S

License

This software is provided under the MIT license.