All Projects → protonail → leveldb-jna

protonail / leveldb-jna

Licence: MIT license
Java JNA (not JNI) adapter for LevelDB

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to leveldb-jna

Rocksdb
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
Stars: ✭ 138 (+557.14%)
Mutual labels:  leveldb
leveldb-cli
CLI for LevelDB
Stars: ✭ 86 (+309.52%)
Mutual labels:  leveldb
pgrocks-fdw
Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
Stars: ✭ 101 (+380.95%)
Mutual labels:  leveldb
Bitcoin tools
Python Bitcoin tools
Stars: ✭ 175 (+733.33%)
Mutual labels:  leveldb
Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (+1090.48%)
Mutual labels:  leveldb
IronLeveldb
A leveldb implementation in C#
Stars: ✭ 25 (+19.05%)
Mutual labels:  leveldb
Almost Famous
🌟 Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。
Stars: ✭ 131 (+523.81%)
Mutual labels:  leveldb
rippledb
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
Stars: ✭ 33 (+57.14%)
Mutual labels:  leveldb
garuda
Automagically Exposing Django ORM over gRPC for microservices written in any other languages
Stars: ✭ 22 (+4.76%)
Mutual labels:  database-adapter
feathers-solr
Feathersjs Solr Client
Stars: ✭ 29 (+38.1%)
Mutual labels:  database-adapter
Ldb
A C++ REPL / CLI for LevelDB
Stars: ✭ 201 (+857.14%)
Mutual labels:  leveldb
Cphalcon7
Dao7 - Web framework for PHP7.x,项目接洽 QQ 176013762
Stars: ✭ 237 (+1028.57%)
Mutual labels:  leveldb
ssdb
SSDB - A fast NoSQL database, an alternative to Redis
Stars: ✭ 8,026 (+38119.05%)
Mutual labels:  leveldb
Papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 146 (+595.24%)
Mutual labels:  leveldb
LevelDbOneTab
LevelDbOneTab
Stars: ✭ 20 (-4.76%)
Mutual labels:  leveldb
Party
Open a leveldb handle multiple times
Stars: ✭ 132 (+528.57%)
Mutual labels:  leveldb
JukeboxMC
A Minecraft Bedrock Editon Server Software
Stars: ✭ 56 (+166.67%)
Mutual labels:  leveldb
java-cpp-example
Example of using C++ classes from Java. Showcases SWIG, JNA and JNI
Stars: ✭ 135 (+542.86%)
Mutual labels:  jna
RemoteAssistance-JAVA
RemoteControl like TeamViewer(JAVA)
Stars: ✭ 28 (+33.33%)
Mutual labels:  jna
SwiftStore
Key-Value store for Swift backed by LevelDB
Stars: ✭ 119 (+466.67%)
Mutual labels:  leveldb

Build Status Maven Central

Java JNA (not JNI) adapter to LevelDB

leveldb-jna is Java JNA adapter to LevelDB key-value database.

Supported platforms

  • OS X
  • Linux x86/x64
  • Windows x86/x64 (backport from Bitcoin project)

Examples

See examples of usage here.

Demo

leveldb-jna is used in these applications and libraries:

  • Keylord - cross-platform GUI application for key-value databases.

Build

Build process described here.

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