rmake sure people know this is meant to be production capable

This commit is contained in:
2026-02-15 11:57:59 -05:00
parent a68f5016c6
commit 61ce4e7b21
4 changed files with 23 additions and 35 deletions

View File

@@ -170,10 +170,10 @@ sudo apt install awscli
aws --version
```
### Configure AWS CLI (for local use)
### Configure AWS CLI
```bash
# Set dummy credentials (required but not checked by JormunDB)
# Set dummy credentials (required but not checked by JormunDB yet)
aws configure
# AWS Access Key ID: dummy
# AWS Secret Access Key: dummy
@@ -407,13 +407,10 @@ brew upgrade odin # macOS
- Read [ARCHITECTURE.md](ARCHITECTURE.md) for internals
- Check [TODO.md](TODO.md) for implementation status
- Browse source code in `dynamodb/`, `rocksdb/`, etc.
- Contribute! See [CONTRIBUTING.md](CONTRIBUTING.md)
## Getting Help
- **Issues**: https://github.com/yourusername/jormundb/issues
- **Discussions**: https://github.com/yourusername/jormundb/discussions
- **Odin Discord**: https://discord.gg/sVBPHEv
There is absolutely no support at this time
## Benchmarking
@@ -431,11 +428,7 @@ ab -n 10000 -c 100 -p item.json -T application/json \
## Production Deployment
JormunDB is designed for **local development only**. For production, use:
- AWS DynamoDB (managed service)
- DynamoDB Accelerator (DAX)
- ScyllaDB (DynamoDB-compatible)
JormunDB is not ready for production use just yet. But there will be easy package installs, as well as a container and a helm chart
## Uninstalling
@@ -449,9 +442,3 @@ make uninstall
# Remove data directory
rm -rf ./data
```
---
**Happy coding! 🚀**
For questions or issues, please open a GitHub issue or join our Discord.