You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
BBoxDB is a scalable, highly available, and distributed data store for multi-dimensional big data. The software supports operations like multi-dimensional range queries and spatial joins. In addition, data streams are supported.
A simple restaurant application written in Java using Redis, in-memory key-value database. The application performs some query tests by simulating the user's GPS position and extrapolating information about restaurants within a certain radius of the user's location.
Unipils is a Java application developed for the Large Scale and Multi-Structured Databases course, utilizing databases like MongoDB and Neo4J. It functions as an e-commerce platform for buying and selling beer.