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.dev38.tar.gz
(19.6 kB
view hashes)
Built Distribution
Close
Hashes for liteindex-0.0.2.dev38-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26b7d4b8a541dd091f2e4915235ab8b993634e315536c39cb8d337cd09b1e55a |
|
MD5 | 5cddd61f588ea2bca8486b645fa12a2b |
|
BLAKE2b-256 | 274e54fe6c572fc9baadf88fa364d23939b1845306626a7ef3b295e9f994295c |