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 and can be queried upon- can store any python objects with varying levels of query-ability
- Query language is copy of mongodb queries. All queries are documented
- works across threads, processes seamlessly
- compression is supported natively and optional custom compression dictionaries can be built
KVStore
- Documentation | Detailed example | Benchmarks
- screaming fast reads, full multi thread process support, based on lmdb
- can store any python objects, no querying supported
- Eviction policies supported:
LRU
,LFU
,any
and age based invalidation
function_cache
- Documentation | Detailed example | Benchmarks
- ultra fast, works across threads, processes seamlessly
- Eviction policies supported:
LRU
,LFU
,any
and age based invalidation
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.dev26.tar.gz
(16.0 kB
view hashes)
Built Distribution
Close
Hashes for liteindex-0.0.2.dev26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc2376da8a579795b9143d1d77bf96c88fe4d9ed5ec1ef25a05244936d6d56ef |
|
MD5 | 91a86a5ee13bb64e0544be6a3588ca1e |
|
BLAKE2b-256 | 775febdd43bc933504d55bcc579879b54583134117f5df6a90a17a9b538ba6d4 |