Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

OpenNMS/jrrd2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRrd2

Jrrd2 provides a native interface for Java to rrdtool.

It is a rewrite and successor of jrrd.

👩‍🔧 Building

Requirement:

  • maven (tested with 3.9.11)
  • cmake (tested with 4.1.2)
  • OpenJDK 17
make

The dist/ folder should now contain both jrrd2-api-VERSION.jar and libjrrd2.so.

Cleanup:

make clean

📦 Packaging

Requirements:

  • fpm (tested with 1.15.1)
  • rpmbuild binary
make deb-pkg rpm-pkg

The dist/ folder should now contain both .deb and .rpm packages.

🛳️ Release

make release RELEASE_VERSION=x.y.z

This will create a git tag vX.Y.Z The tag and new version isn't pushed and just local.

git push               # Push new SNAPSHOT version to main branch
git push origin vX.Y.Z # Push the new version tag

About

Round Robin Database (RRD) interface for Java (threadsafe rewrite)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •