An open API service indexing awesome lists of open source software.

https://github.com/karpeleslab/dbidx

Library to generate indices values
https://github.com/karpeleslab/dbidx

Last synced: 12 months ago
JSON representation

Library to generate indices values

Awesome Lists containing this project

README

          

# dbidx

Database indexing low level constructs. This can be used to index values of different kinds in a keyval store, allowing fetching based on specific values, check for unique entries or sorting.

The basic process is to generate index values for a record and store these alongside the record. If the record is modified the index values need to be modified. It is up to the store to keep track of which index values exist for a record and remove the old values.