Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fellows leaderboard #19

Merged
merged 5 commits into from
Sep 28, 2021
Merged

Conversation

The-Anton
Copy link
Collaborator

  1. Redis database setup - Ioredis client for handling Redis connections and transaction execution

  2. Data migration scheduler - A node.js cron job that runs after a specific interval of time to migrate the latest score of the organization for MongoDB to Redis

  3. Lua script for internal database operations - Lua script added to decrease the server and network overhead by completely moving network and memory heavy tasks to Redis cluster.

  4. Leaderboard API for organization ranking - REST API for retrieving ranking of organization with their score and other info. Parameters can be passed to request a specific range of rankings and number of entries.

@The-Anton The-Anton merged commit 6f24854 into incubateind:leaderboard Sep 28, 2021
@The-Anton The-Anton added the enhancement New feature or request label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant