SQLite based queryable python indexes for dicts and lists
Project description
LiteIndex
Embedded, thread and process safe, disk backed, easy to use, query-able, fast Index implementations
pip install --upgrade liteindex
DefinedIndex
- Documentation | Detailed example | Benchmarks
- fixed schema index i.e: schema has to be defined before hand
number
,boolean
,datetime
,string
,compressed_string
,blob
,json
andother
types are supported andcan be queried upon
- can store any python objects with varying levels of query-ability
Query language is subset of mongodb's
. All queries are documented- works across threads, processes seamlessly
- compression is supported natively and optional custom compression dictionaries can be built
KVIndex
- Documentation | Detailed example | Benchmarks
- simple key value store, can store any python objects, no querying supported
- ultra fast, works across threads, processes seamlessly
- Eviction policies supported:
LRU
,LFU
,any
and age based invalidation and size, count based eviction
function_cache
- Documentation | Detailed example | Benchmarks
- based on KVIndex, can be used to cache function calls of any type
- batch inference caching friendly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
liteindex-0.0.2.dev40.tar.gz
(19.6 kB
view hashes)
Built Distribution
Close
Hashes for liteindex-0.0.2.dev40-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 973a961dc92806259ee16c88adfacfe554bd3b6411e3ecb51c83ea57835cc192 |
|
MD5 | e01e0e77e141ed0035f84ec5c4b31dea |
|
BLAKE2b-256 | 7f3a7c58cd434233c2738625f75545681734e8252f918776e8f20061dc369d6d |