An open API service indexing awesome lists of open source software.

https://github.com/hiteshjasani/clj-fdb

FoundationDB client library for Clojure
https://github.com/hiteshjasani/clj-fdb

clj-fdb clojure clojure-library foundationdb foundationdb-client library

Last synced: 9 months ago
JSON representation

FoundationDB client library for Clojure

Awesome Lists containing this project

README

          

# clj-fdb

[org.jasani/clj-fdb "0.1.1"]

A Clojure client interface to FoundationDB.

This is an early release. It is functional and includes many features
of FoundationDB including Directories, Subspaces, Tuples and encoding
of values. The only caveat is that I'm still experimenting with the
API that I want to present. With that caveat, please experiment with
this. Any and all feedback is welcome.

## Usage

Example usage can be seen in

* `test/`
* `examples/class-scheduling`
* `examples/cousin-marriage`

## Resources

* [FoundationDB](https://www.foundationdb.org/)
* [FDB Github repo](https://www.github.com/apple/foundationdb/)
* [Java API docs](https://apple.github.io/foundationdb/javadoc/index.html)