fastbin/README.md
2024-11-02 12:27:30 +05:30

395 B

fastbin: a text sharing application

https://fastbin.lab.divyam.dev

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.