{"id":16701124,"url":"https://github.com/rohitawate/summit","last_synced_at":"2025-04-10T04:05:57.582Z","repository":{"id":139316448,"uuid":"148188141","full_name":"RohitAwate/Summit","owner":"RohitAwate","description":"The synchronization server for Everest.","archived":false,"fork":false,"pushed_at":"2018-09-15T14:09:32.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T04:05:54.618Z","etag":null,"topics":["cloud-sync","everest","nodejs","rest-api","socketio-server","synchronization"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohitAwate.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}},"created_at":"2018-09-10T16:47:46.000Z","updated_at":"2023-03-17T14:40:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dbb66ee-08cf-4f23-aa83-b701a40b971f","html_url":"https://github.com/RohitAwate/Summit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitAwate%2FSummit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitAwate%2FSummit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitAwate%2FSummit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohitAwate%2FSummit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohitAwate","download_url":"https://codeload.github.com/RohitAwate/Summit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154983,"owners_count":21056543,"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","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":["cloud-sync","everest","nodejs","rest-api","socketio-server","synchronization"],"created_at":"2024-10-12T18:28:49.969Z","updated_at":"2025-04-10T04:05:57.561Z","avatar_url":"https://github.com/RohitAwate.png","language":"JavaScript","readme":"![Header](assets/SummitHeader.png)\n\n# What is Summit?\nSummit is the upcoming **synchronization server** for the Everest REST client. It will facilitate the synchronization of your Everest projects between multiple devices and multiple members of your team.\n\nIt will be available as a **subscription-based cloud-service**. Plans will be declared early next year when Everest is officially released.\n\nSummit will be written in **Node.js**.\n\n# Components\n### RESTful API\n- Summit will **primarily** be powered by a RESTful API. Everest will make calls to it through `SummitDataManager` which will implement `DataManager` and thus can be managed by `SyncManager`.\n- This API shall provide endpoints for all the core data structures in Everest such as the `ProjectState` and its sub-structures such as `Request`, for example.\n- Almost every endpoint will support `GET`, `POST`, `PATCH` and `DELETE` requests.\n###### Get all requests from a project\n```\nGET /api/projects/\u003cProjectID\u003e/requests/\n```\n\n###### Change the target and HTTP method of a particular request\n```\nPATCH /api/projects/\u003cProjectID\u003e/requests/\u003cRequestID\u003e\n\n{\n    \"target\": \"https://anapioficeandfire.com/api/characters/1303\",\n    \"httpMethod\": \"POST\"\n}\n```\n- This API will use **Express**.\n\n### Live Sync\n- For team projects, when one team member makes some changes to the Everest Project, they will need to be communicated to other members of the team.\n- Summit will need to push them to these clients. This will be achieved using Socket.IO.\n- Everest will implement a new `SummitDataManagerAsync` class which will contain callbacks which will react to events received from the Socket.IO channel.\n\n### Database\n- Summit will use MongoDB as a database.\n\n# Open Source\nSummit is licensed under the **Apache 2.0 License**. It is made open-source so that users have the **option to self-host** the server and configure their Everest installations to use it.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitawate%2Fsummit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohitawate%2Fsummit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohitawate%2Fsummit/lists"}