micronaut-projects / micronaut-core

Micronaut Application Framework
http://micronaut.io
Apache License 2.0
6k stars 1.04k forks source link

Add support for FoundationDB #1317

Open YTN0 opened 5 years ago

YTN0 commented 5 years ago

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/

kayis-rahman commented 3 years ago

I am new comer. Since this is a enhancement do we have any acceptance criteria ?

graemerocher commented 3 years ago

generally someting like this would be done in a separate subproject in micronaut-projects

If you create a new repo and have a go at implementing it and it is functional we can consider including under https://github.com/micronaut-projects. This is what has happened with other projects like micronaut-nats etc.

vasantteja commented 1 year ago

Can I please take a stab at it if its still open?

graemerocher commented 1 year ago

sure