@3t-transform/event-pump

1.0.20 • Public • Published

event-pump

Header logo

github website blog linkedin twitter

🎫 An event driven ETL tool

event-pump diagram

  • Read the events from an event store
  • Using rules, cherry pick the events we are interested in
  • Update a data store for each event

Install

npm install event-pump -g
event-pump --version

Docs

Tutorials

Source Examples

Destination Examples

Contributing

  • TypeScript, for writing good code
  • Ava, for writing good tests
  • Commander, for building CLI applications
  • Pkg, for building cross-platform native executables

Your application will be installable from npm or by sharing your native executables.

dev

npm run dev

Runs the CLI application.

You can pass arguments to your application by running npm run dev -- --your-argument. The extra -- is so that your arguments are passed to your CLI application, and not npm.

clean

npm run clean

Removes any built code and any built executables.

build

npm run build

Cleans, then builds the TypeScript code.

Your built code will be in the ./dist/ directory.

test

npm run test

Cleans, then builds, and tests the built code.

bundle

npm run bundle

Cleans, then builds, then bundles into native executables for Windows, Mac, and Linux.

💡 Your shareable executables will be in the ./exec/ directory.

Footer logo

Package Sidebar

Install

npm i @3t-transform/event-pump

Weekly Downloads

8

Version

1.0.20

License

MIT

Unpacked Size

87.4 kB

Total Files

33

Last publish

Collaborators

  • jamesharrington.3t
  • benanderson89
  • rayohare
  • istvan.franko
  • scottw-27
  • dampcobra
  • d-nimmo
  • emma.fields
  • lee.nattress
  • eulogio-gutierrez-3t
  • patrickmelvin3t
  • adammellor3t
  • nigel.watson