This project serves as the backend component of our software, specifically focused on implementing sharding techniques. By utilizing sharding, we aim to partition and distribute data across multiple databases, ensuring efficient storage, retrieval, and management of data while maintaining a predefined schema for seamless integration with the overall software architecture.
-
Clone the repo
git clone https://github.com/Data-Alchemist-ODS/ods-api.git
-
Install dependencies
go get
-
Run the server
go run main.go
To view the available endpoints, visit our Postman for this project.