All Projects → keyvast → Keyvast

keyvast / Keyvast

Licence: mit
KeyVast - A key value store

Programming Languages

pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Keyvast

Iowow
The skiplist based persistent key/value storage engine
Stars: ✭ 206 (+524.24%)
Mutual labels:  database, nosql, key-value, key-value-store
Olric
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
Stars: ✭ 2,067 (+6163.64%)
Mutual labels:  database, key-value, key-value-store
Ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
Stars: ✭ 1,707 (+5072.73%)
Mutual labels:  database, nosql, key-value
Hive
Lightweight and blazing fast key-value database written in pure Dart.
Stars: ✭ 2,681 (+8024.24%)
Mutual labels:  database, nosql, key-value
Cog
A Persistent Embedded Graph Database for Python
Stars: ✭ 90 (+172.73%)
Mutual labels:  database, nosql, key-value
Unqlite
An Embedded NoSQL, Transactional Database Engine
Stars: ✭ 1,583 (+4696.97%)
Mutual labels:  database, nosql, key-value
Arangodb
🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
Stars: ✭ 11,880 (+35900%)
Mutual labels:  database, nosql, key-value
Bitnami Docker Redis
Bitnami Redis Docker Image
Stars: ✭ 317 (+860.61%)
Mutual labels:  database, nosql, key-value
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (+851.52%)
Mutual labels:  database, key-value, key-value-store
Immortaldb
🔩 A relentless key-value store for the browser.
Stars: ✭ 2,962 (+8875.76%)
Mutual labels:  database, key-value, key-value-store
Tupl
The Unnamed Persistence Library
Stars: ✭ 83 (+151.52%)
Mutual labels:  database, nosql, key-value-store
Xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
Stars: ✭ 864 (+2518.18%)
Mutual labels:  database, nosql, key-value
Ejdb
🏂 EJDB 2.0 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image.
Stars: ✭ 1,187 (+3496.97%)
Mutual labels:  database, nosql, key-value
Gkvdb
[mirror] Go语言开发的基于DRH(Deep-Re-Hash)深度哈希分区算法的高性能高可用Key-Value嵌入式事务数据库。基于纯Go语言实现,具有优异的跨平台性,良好的高可用及文件IO复用设计,高效的底层数据库文件操作性能,支持原子操作、批量操作、事务操作、多表操作、多表事务、随机遍历等特性。
Stars: ✭ 109 (+230.3%)
Mutual labels:  database, nosql, key-value
Cutedb
A slick BTree on disk based key value store implemented in pure Go
Stars: ✭ 67 (+103.03%)
Mutual labels:  database, key-value, key-value-store
Cubdb
Elixir embedded key/value database
Stars: ✭ 235 (+612.12%)
Mutual labels:  database, key-value, key-value-store
Libmdbx
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
Stars: ✭ 729 (+2109.09%)
Mutual labels:  database, nosql, key-value
Redix
a persistent real-time key-value store, with the same redis protocol with powerful features
Stars: ✭ 907 (+2648.48%)
Mutual labels:  database, nosql, key-value-store
Pickledb
pickleDB is an open source key-value store using Python's json module.
Stars: ✭ 549 (+1563.64%)
Mutual labels:  database, key-value
Lmdbjava
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
Stars: ✭ 546 (+1554.55%)
Mutual labels:  database, key-value

KeyVast - A key value store

What is KeyVast?

KeyVast is a persistent key-value store. Internally it uses hash trees for quick access to keys. It also features a scripting language which exposes the features of the store.

See the Wiki or documentation for more information:

Wiki

Documentation

For the latest binary releases:

Releases

License

KeyVast is released under the terms of the MIT license.

Copyright (c) 2018-2019 KeyVast, David J Butler

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].