- FoundationDB (for distributed deployment)
- Fjall (planned; for mobile deployment)
- Install FoundationDB (either run a container or use the MacOS installer)
# use a container without AVX for Apple Silicon (denoted by an even version number like 7.3.62)
docker run -p 4500:4500 --name fdb -it --rm -d foundationdb/foundationdb:7.3.62
docker exec fdb fdbcli --exec "configure new single memory"
- Everything is already bundled, no hassle required ;)