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

https://github.com/tiyee/garuda

Garuda is a a fast, lightweight reverse index tools which implement by C++ .It is an identifier index, rather than a document index; when queried, it returns IDs that can then be used to refer to the matched documents in an external database.
https://github.com/tiyee/garuda

Last synced: 7 months ago
JSON representation

Garuda is a a fast, lightweight reverse index tools which implement by C++ .It is an identifier index, rather than a document index; when queried, it returns IDs that can then be used to refer to the matched documents in an external database.

Awesome Lists containing this project

README

          

# garuda
Garuda is a a fast, lightweight reverse index tools which implement by C++ .It is an identifier index, rather than a document index; when queried, it returns IDs that can then be used to refer to the matched documents in an external database.