Skip to content

Latest commit

 

History

History
 
 

jni

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Nebula JNI codec library

It supports encode/decode data in nebula graph.

How to build

Build requirements

To build this project, you must have:

  • Access to the Internet
  • make
  • cmake 3.0.0+
  • GCC 6.0+
  • glog

Steps

  • mkdir build && cd build
  • cmake ..
  • make java_lib

You could find the jni java package nebula-utils-1.0.0-beta.jar under build/target dir