Skip to content

crossbario/zlmdb

Repository files navigation

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)