All Projects → crossbario → zlmdb

crossbario / zlmdb

Licence: MIT license
Object-relational in-memory database layer based on LMDB

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to zlmdb

Lmdbjava
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
Stars: ✭ 546 (+2381.82%)
Mutual labels:  lmdb, in-memory
rust-flutter-reactive
This is a sample app to improve consistency over Mobile App Development.
Stars: ✭ 25 (+13.64%)
Mutual labels:  flatbuffers
hazelcast-csharp-client
Hazelcast .NET Client
Stars: ✭ 98 (+345.45%)
Mutual labels:  in-memory
dxram
A distributed in-memory key-value storage for billions of small objects.
Stars: ✭ 25 (+13.64%)
Mutual labels:  in-memory
greendb
server frontend for lmdb
Stars: ✭ 20 (-9.09%)
Mutual labels:  lmdb
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+440.91%)
Mutual labels:  flatbuffers
distrox
A fast thread-safe in-memory cache library and server that supports a big number of entries in Go
Stars: ✭ 37 (+68.18%)
Mutual labels:  in-memory
quickstep
Quickstep project
Stars: ✭ 22 (+0%)
Mutual labels:  in-memory
insightedge
InsightEdge Core
Stars: ✭ 22 (+0%)
Mutual labels:  in-memory
lmdb-js
Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Stars: ✭ 270 (+1127.27%)
Mutual labels:  lmdb
ocaml-lmdb
Ocaml bindings for lmdb.
Stars: ✭ 44 (+100%)
Mutual labels:  lmdb
butte
No description or website provided.
Stars: ✭ 69 (+213.64%)
Mutual labels:  flatbuffers
torrentit
Telegram bot for downloading torrents without storage
Stars: ✭ 33 (+50%)
Mutual labels:  in-memory
milli
Search engine library for Meilisearch ⚡️
Stars: ✭ 433 (+1868.18%)
Mutual labels:  lmdb
keshi
A better in-memory cache for Node and the browser
Stars: ✭ 76 (+245.45%)
Mutual labels:  in-memory
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+7445.45%)
Mutual labels:  flatbuffers
PyTorch-LMDB
Scripts to work with LMDB + PyTorch for Imagenet training
Stars: ✭ 49 (+122.73%)
Mutual labels:  lmdb
react-native-fast-openpgp
OpenPGP for react native made with golang for fast performance
Stars: ✭ 29 (+31.82%)
Mutual labels:  flatbuffers
gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
Stars: ✭ 15 (-31.82%)
Mutual labels:  in-memory
monero-lws
Monero Light Wallet Server (scans monero viewkeys and implements mymonero API)
Stars: ✭ 41 (+86.36%)
Mutual labels:  lmdb

Introduction to zLMDB

PyPI Build Documentation Deploy

Object-relational in-memory database layer based on LMDB:

  • High-performance (see below)
  • Supports multiple serializers (JSON, CBOR, Pickle, Flatbuffers)
  • Supports export/import from/to Apache Arrow
  • Support native Numpy arrays and Pandas data frames
  • Automatic indexes
  • Free software (MIT license)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].