micronaut-projects/micronaut-core

Add support for FoundationDB

オープン

#1,317 opened on 2019/03/02

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,025 件のフォーク)batch import
help wantedinfo: good first issuepriority: lowtype: enhancement

Repository metrics

Stars
 (5,882 個のスター)
PR merge metrics
 (平均マージ 18d 12h) (30d で 60 merged PRs)

説明

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/

コントリビューターガイド