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.
- Host: GitHub
- URL: https://github.com/xtdb/xtdb-in-a-box
- Owner: xtdb
- License: mit
- Created: 2021-03-11T01:12:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T11:18:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-22T12:59:25.792Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 18.6 KB
- Stars: 27
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.