fastbin/README.md
2024-10-30 01:17:43 +05:30

363 B

fastbin: a text sharing application

A text sharing application made with microservice architecture in golang. Services:

  • API Server (Read and Write)
  • Custom Key Generator Service
  • Database Service

To-do:

  • Add data deletion service which removes data after certain time.
  • Make key generator service faster and scalable with bloom filter and redis caching.