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

https://github.com/xtdb/xtdb-in-a-box

The simplest production-ready XTDB setup.
https://github.com/xtdb/xtdb-in-a-box

Last synced: about 1 month ago
JSON representation

The simplest production-ready XTDB setup.

Awesome Lists containing this project

README

          

# xtdb-in-a-box

The simplest production-ready Xtdb setup.

Please read the [XTDB Quickstart](https://docs.xtdb.com/guides/quickstart/).

## Clojure

The `/clj` directory contains a minimal Clojure project. Run it from a REPL.

## Java

The `/java` directory contains a minimal Java project. Run it with:

```shell
make && make run
```

## License

Copyright © 2021 JUXT Ltd.

Distributed under the MIT License.