A series of examples / recipes implemented in Clojure against FoundationDB. This repository is meant as a demonstration of how to use clj-fdb. Head over there and read it's README if you want to get started quickly with the library.
- Clone this repository.
- Start a REPL in this repository and open any file in the
src/farstar/
folder. Follow instructions in the comment block at the bottom of the file to play with the code.
The following examples / recipes are currently available:
- Class Scheduling: Implemented at
src/farstar/class_scheduling.clj
. - Time Series: Implemented at
src/farstar/time_series.clj
Copyright © 2018 Vedang Manerikar
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.