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.