Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
/ pmemkv-jni Public archive

Java Native Interface for pmemkv

License

Notifications You must be signed in to change notification settings

pmem/pmemkv-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf410d4 · Jul 1, 2020

History

72 Commits
Dec 6, 2019
Nov 20, 2019
Oct 29, 2019
Nov 20, 2019
Oct 29, 2019
Oct 21, 2019
Oct 4, 2019
Feb 14, 2019
Oct 29, 2019
Jul 1, 2020

Repository files navigation

pmemkv-jni

Java Native Interface for pmemkv

This repository is now read-only, it's archived because it was merged with pmemkv-java.

For all up-to-date information go to pmemkv-java repository.

Dependencies

  • PMDK - native persistent memory libraries
  • pmemkv - native key/value library

Installation

Start by installing pmemkv on your system.

Clone the pmemkv-jni tree:

git clone https://github.com/pmem/pmemkv-jni.git
cd pmemkv-jni

Finish by installing this library:

make
make install

Usage

https://github.com/pmem/pmemkv-java