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
- Host: GitHub
- URL: https://github.com/hiteshjasani/clj-fdb
- Owner: hiteshjasani
- License: bsd-2-clause
- Created: 2018-05-14T23:19:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T19:04:05.000Z (over 7 years ago)
- Last Synced: 2025-04-14T02:06:33.004Z (9 months ago)
- Topics: clj-fdb, clojure, clojure-library, foundationdb, foundationdb-client, library
- Language: Clojure
- Size: 249 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)