{"id":23962635,"url":"https://github.com/sylv/atlas","last_synced_at":"2025-10-12T02:39:56.204Z","repository":{"id":186412372,"uuid":"675011298","full_name":"sylv/atlas","owner":"sylv","description":"A Discord bot to unlock your creativity.","archived":false,"fork":false,"pushed_at":"2025-06-15T04:57:23.000Z","size":1484,"stargazers_count":24,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-08T11:55:26.202Z","etag":null,"topics":["atlas","atlas-bot","discord","discord-bot","docker","hacktoberfest","javascript","nodejs","rust","typescript","whatareyoudoinghere"],"latest_commit_sha":null,"homepage":"https://atlas.bot","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sylv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-05T13:33:54.000Z","updated_at":"2025-10-01T18:00:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"98e1a5df-2c04-4426-a5b2-3849e3bac237","html_url":"https://github.com/sylv/atlas","commit_stats":{"total_commits":62,"total_committers":4,"mean_commits":15.5,"dds":"0.22580645161290325","last_synced_commit":"14c847bbbdd6b7e448c16ef8316c5b05265e041a"},"previous_names":["sylv/atlas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sylv/atlas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylv%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylv%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylv%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylv%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylv","download_url":"https://codeload.github.com/sylv/atlas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylv%2Fatlas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009965,"owners_count":26084670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atlas","atlas-bot","discord","discord-bot","docker","hacktoberfest","javascript","nodejs","rust","typescript","whatareyoudoinghere"],"created_at":"2025-01-06T20:36:00.601Z","updated_at":"2025-10-12T02:39:56.175Z","avatar_url":"https://github.com/sylv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./assets/alternatives/pride_transparent_500x500_lq.png\" height=\"256\" width=\"256\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=next,tailwind,nest,rust,typescript,docker,kubernetes,graphql\" /\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"https://atlas.bot/support\"\u003e\u003ckbd\u003e🔵 discord\u003c/kbd\u003e\u003c/a\u003e \u003ca href=\"https://atlas.bot\"\u003e\u003ckbd\u003e🟣 website\u003c/kbd\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# atlas\n\n\u003e [!NOTE]\n\u003e Atlas is not and will never be self-hostable. If that's what you're here for, you're out of luck.\n\n\u003e [!WARNING]\n\u003e This repo is missing some parts of the bot, but over time most will be added.\n\nA Discord bot to unlock your creativity and unify your community.\n\n## how \n\n`pandora` connects to Discord and caches data from events, then dumps them into a nats queue. `bot` consumes those events and processes them. When the worker needs cached info, it talks to `pandora` over gRPC, in production through `eridium` so it can talk to the right `pandora` instance. When the worker needs to send data to Discord, it uses the `elpis` library which goes through a proxy service handling ratelimiting aross the whole bot.\n\nThe GraphQL API `api` for the dashboard `web` both talk to `pandora` over gRPC for cached data and in the future, some realtime capabiltiies.\n\nlibraries or services with links are open source. the rest are *currently* closed source, but may be open sourced in the future.\n\n### services\n\n- `api` - the GraphQL API for the dashboard\n- `bot` - the worker service that consumes events from `pandora` and processes them using `elpis`\n- `eridium` - a grpc proxy that takes requests from `bot` and sends them to the `pandora` instance that has the relevant cache\n- `pandora` - the gateway service that connects to Discord and caches data\n- `web` - the dashboard\n\n### libraries\n\n- [colour](./packages/colour) - colour utilities and presets\n- [configs](./packages/configs) - eslint and tsconfig files\n- [core](./packages/core) - reusable generic utilities used in many places, including the web\n- [discord-utilities](./packages/discord-utilities) - utilities for Discord, closely tied to elpis but can run in browsers\n- [emoji](./packages/emoji) - emoji sheets and utilities for dealing with ~~an abomination~~ emojis\n- [parsers](./packages/parsers) - does this need an explanation? numbers, booleans, time - dealing with humans is hard.\n- [razorback](./packages/razorback) - an experimental reimplementation of our scripting language `pella`\n- `common` - [core](./packages/core) but specific to server-side code.\n- `elpis` - wraps discords API and pulls from pandora for cached data instead of having its own cache. also handles ratelimiting through a proxy.\n- `pella` - our custom scripting language.\n- `logging` - wraps pino and makes it easier to reuse.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylv%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylv%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylv%2Fatlas/lists"}