cmbuhler / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
0 stars 0 forks source link

Build Database Driver #2

Open cmbuhler opened 4 years ago

cmbuhler commented 4 years ago

In order to communicate to a database, we need to have an interface to query the db pro-grammatically. Initial implementation should be implemented using Apache Cassandra OR MongoDB. We should abstract as much functionality as we can if it does not depend on any particular database distribution, so that we can add support for new distributions fairly easily.

cmbuhler commented 4 years ago

Look into Socket Connections to Casandra and/or MongoDB