3.0.1-694e111.0 • Published 7 years ago

demux-postgres v3.0.1-694e111.0

Weekly downloads
151
License
MIT
Repository
github
Last release
7 years ago

demux-js-postgres Build Status

Installation

# Using yarn
yarn add demux-postgres
yarn add massive

# Using npm
npm install demux-postgres --save
npm install massive --save

Usage

MassiveActionHandler

The MassiveActionHandler uses massive-js to interact with a Postgres database for storing internal demux state as well as the state calculated by updaters.

const { BaseActionWatcher } = require("demux")
const { MassiveActionHandler } = require("demux-postgres")
const { NodeosActionReader } = require("demux-eos") // Or any other compatible Action Reader

const massive = require("massive")

// See https://eosio.github.io/demux-js/ for info on Handler Versions, Updaters, and Effects
const handlerVersions = require("./handlerVersions") // Import your handler versions

// See https://dmfay.github.io/massive-js/connecting.html for info on massive configuration
const dbConfig = { ... }

massive(dbConfig).then((db) => {
  const actionReader = new NodeosActionReader("http://my-node-endpoint", 0)
  const actionHandler = new MassiveActionHandler(
    handlerVersions,
    db,
    dbConfig.schema
  )
  const actionWatcher = new BaseActionWatcher(actionReader, actionHander, 500)
  actionWatcher.watch()
})
5.0.2-333

6 years ago

5.0.2-329

6 years ago

5.0.2-318

6 years ago

5.0.2-303

6 years ago

5.0.2-301

6 years ago

5.0.2-296

6 years ago

5.0.2-293

6 years ago

5.0.2-287

6 years ago

5.0.2-284

6 years ago

5.0.2-281

6 years ago

5.0.2-278

6 years ago

5.0.2-273

6 years ago

5.0.2-259

6 years ago

5.0.2-256

6 years ago

5.0.2-253

6 years ago

5.0.2-250

6 years ago

5.0.2-247

6 years ago

5.0.2-244

6 years ago

5.0.1-237.0

6 years ago

4.0.2-e0b3913.0

6 years ago

4.0.2-bfc845b.0

6 years ago

4.0.2-0b753f5.0

6 years ago

4.0.2-23301b2.0

6 years ago

4.0.2-676a31f.0

6 years ago

4.0.2-41bf6a6.0

6 years ago

4.0.1

6 years ago

4.0.2-ecd38aa.0

6 years ago

4.0.1-6bb851b.0

6 years ago

4.0.1-296fede.0

6 years ago

4.0.0

6 years ago

4.0.1-1143744.0

6 years ago

3.0.1-703703a.0

6 years ago

3.0.1-d2a94e4.0

6 years ago

3.0.1-57fc96d.0

6 years ago

3.0.1-edca808.0

7 years ago

3.0.1-e4b91ef.0

7 years ago

3.0.1-60cf939.0

7 years ago

3.0.1-9c8bfbb.0

7 years ago

3.0.1-0769f32.0

7 years ago

3.0.1-694e111.0

7 years ago

3.0.0

7 years ago

3.0.1-c4f5546.0

7 years ago

2.0.2-a5787f3.0

7 years ago

2.0.2-a16b377.0

7 years ago

2.0.2-8245b6b.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

1.0.0

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago