Prithvi is an in-memory key-value database built from scratch in Java, without relying on external frameworks. It provides basic data storage operations, persistence to disk, and essential features like TTL expiry, automatic data management and LRU Cache
Stars
90
Forks
0
Watchers
90
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
41
commits
1
commits
feat: Add GitHub Actions for CI/CD and fix test permissions (#8)
cd5f935View on GitHubdocs: Build and run commands were incorrect, refactored to run the bash script - run.sh (#6)
50a36d8View on GitHubdocs: add CONTRIBUTING.md with workflow and branch rules
6ec6e4aView on GitHubremoved writer.write() message to the client at the start of the server
a6e1c4aView on GitHubupdates to readme and license attribution on header of major files
31ab413View on GitHubDocker added, app has been pushed to docker registry with public url
4d91178View on GitHub