micronaut-projects/micronaut-core

Add support for FoundationDB

Aperta

#1317 aperta il 2 mar 2019

 (5 commenti) (0 reazioni) (0 assegnatari)Java (1025 fork)batch import
help wantedinfo: good first issuepriority: lowtype: enhancement

Metriche repository

Star
 (5882 stelle)
Metriche merge PR
 (Merge medio 18g 12h) (60 PR mergiate in 30 g)

Descrizione

This is more of an enhancement request than a bug.

Currently Micronaut supports a number of databases. This request is to add support for FoundationDB.

FoundationDB is a key-value style DB that supports full ACID transactions and is highly performant and scalable. It was purchased by Apple in 2013, and has been recently open sourced.

It would be great to add support for it to Micronaut.

The URL for their website is https://www.foundationdb.org/

Guida contributor