0.0.6 • Published 4 years ago

diff-to-index v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

diff-to-index

Converts a list of diff blocks (flitbit/diff) from a data model to updates on an index, such as an ElasticSearch database.

Given a configuration of the indexes to build, the library will generate operations. These operations can be converted to REST calls to the DB.

Get started

npm install diff-to-index

Version history

0.0.5 - Improved typing and documentation. Replaced empty object with null in spread.