Open
Conversation
Deploying adr with
|
| Latest commit: |
5f412da
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f50483f8.adr-cvq.pages.dev |
| Branch Preview URL: | https://doc-fix-adr-204.adr-cvq.pages.dev |
| - **Core**: Implements all Archipelago heuristics to calculate and assign an island to a user based on their position. | ||
| - **Stats**: A service that exposes users' positions and islands to display realm statistics, providing insights into hot scenes and identifying where crowds are gathering. | ||
| - **[NATS](https://nats.io/)**: Message broker to exchange information between services. | ||
| - **[Comms Gatekeeper](https://github.com/decentraland/comms-gatekeeper)**: The comms-gatekeeper service serves as the guardian of LiveKit tokens, controlling access to scene rooms. It processes signed fetch requests from clients and generates tokens that provide entry to LiveKit rooms designated for specific scenes or worlds. In the initial version of this implementation, this functionality is managed by this external service to reduce interference with existing services. However, the scene-room gatekeeping for LiveKit will be migrated to Archipelago **Core**, which already holds the necessary keys to grant access to island rooms. |
Contributor
There was a problem hiding this comment.
What do you think about adding two main sections?
Archipelago Workers
Comms Gatekeeper
In the Archipelago Workers section, we would include: WS Connector, NATS, Stats, and Core.
In the Comms Gatekeeper section, we would describe the current setup and outline the next steps: moving the scene room logic to core, renaming the service to admin-smart-item-server, and explaining its purpose and functionality.
Member
Author
There was a problem hiding this comment.
sounds good, I'll do a quick refactor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.