mirror of
https://github.com/elyby/accounts-profiles-endpoint.git
synced 2025-01-26 13:32:10 +05:30
Octol1ttle
ebe85fba93
feat: sign custom Ely property (#2)
* feat: sign custom Ely property Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> * fix: avoid duplicating custom property value across code Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> * Remove customPropertySignature cache (and fix race condition) --------- Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> Co-authored-by: ErickSkrauch <erickskrauch@yandex.ru>
Profile endpoint for Account Ely.by
This is a "microservice" which solves PHP's inability to handle large numbers of small requests.
We faced the problem that the endpoint for accessing player's profile by uuid become receiving a huge number of requests. For PHP, initialization of the framework, database connections and so on is more expensive than the query processing itself. So I wrote this endpoint in Go to take the load off PHP.
Description
Languages
Go
97.1%
Dockerfile
2.9%