Giter VIP home page Giter VIP logo

datastore's Introduction

Datastore

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It is a utility library that wraps Berkeley DB's key-value store. Its design supports adding additional key-value store implementations in the future.

Latest release: Latest release

Version 3.0

  • Removed deprecated classes, which includes the caching functionality.
  • Redesigned exceptions that are thrown.
  • Documented exceptions that are thrown.
  • Moved the Berkeley DB classes into their own package.
  • Updated Berkeley DB to the current version (18.3.1), which is now called Oracle NoSQL.
  • Modernized logging.
  • Make data stores and their factories AutoCloseable.

Version 2.0.1

Support a range of javautil versions.

Version 2.0

Minor cleanup.

Version 1.0

  • Initial version, used for caching in Eureka! Clinical.

Build requirements

Runtime requirements

Building it

The project uses the maven build tool. Typically, you build it by invoking mvn clean install at the command line. For simple file changes, not additions or deletions, you can usually use mvn install. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.

Maven dependency

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>datastore</artifactId>
    <version>version</version>
</dependency>

Developer documentation

Getting help

Feel free to contact us at [email protected].

datastore's People

Contributors

arpost avatar dgunda1 avatar ndeshpa avatar nityanandareddy avatar

Watchers

 avatar  avatar  avatar

datastore's Issues

JavaDoc

JavaDoc is failing during mvn install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.