{"id":20960433,"url":"https://github.com/anthdm/raptor","last_synced_at":"2025-08-24T06:35:25.699Z","repository":{"id":214379844,"uuid":"736284799","full_name":"anthdm/raptor","owner":"anthdm","description":"Create, Deploy, and Run your applications on the edge","archived":false,"fork":false,"pushed_at":"2024-01-14T07:19:43.000Z","size":14038,"stargazers_count":234,"open_issues_count":4,"forks_count":23,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-20T11:02:05.541Z","etag":null,"topics":["actor-model","distributed-systems","faas-framework","faas-platform","go","wasm"],"latest_commit_sha":null,"homepage":"","language":"Go","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/anthdm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-27T13:39:43.000Z","updated_at":"2025-03-26T10:37:17.000Z","dependencies_parsed_at":"2023-12-27T21:12:07.283Z","dependency_job_id":"247eae6d-a04e-4cb4-a5f7-e9a08bf38c84","html_url":"https://github.com/anthdm/raptor","commit_stats":{"total_commits":95,"total_committers":3,"mean_commits":"31.666666666666668","dds":"0.10526315789473684","last_synced_commit":"83967504867b35e341869e1051d750f6b7618d1d"},"previous_names":["anthdm/ffaas","anthdm/raptor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthdm/raptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthdm%2Fraptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthdm%2Fraptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthdm%2Fraptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthdm%2Fraptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthdm","download_url":"https://codeload.github.com/anthdm/raptor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthdm%2Fraptor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271808721,"owners_count":24825560,"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-08-24T02:00:11.135Z","response_time":111,"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":["actor-model","distributed-systems","faas-framework","faas-platform","go","wasm"],"created_at":"2024-11-19T01:59:00.260Z","updated_at":"2025-08-24T06:35:25.644Z","avatar_url":"https://github.com/anthdm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raptor\nBuild, Deploy, and Run your applications on the edge.\n\n# Installation\nWork in progress and rough on the edges. Documentation on how to install and run Raptor on your own machines is in the making.\n\n## API Server Endpoints\n\n### /status\n\nGet server status\n\n- Method: `GET`\n- Response Content-Type: `application/json`\n\nRequest Body: `empty`\n\nExample Response:\n\n```json\n{\n  \"status\": \"ok\"\n}\n```\n\n---\n\n### /endpoint/\\\u003cid\\\u003e\n\nGet Endpoint by ID\n\n- Method: `GET`\n- Response Content-Type: `application/json`\n\n- Request Body: `empty`\n\nExample Response:\n\n```json\n{\n  \"id\": \"09248ef6-c401-4601-8928-5964d61f2c61\",\n  \"name\": \"My first run app\",\n  \"url\": \"http://0.0.0.0:4000/09248ef6-c401-4601-8928-5964d61f2c61\",\n  \"active_deploy_id\": \"aeacab67-91d6-45c1-ae29-f27922b0fcf0\",\n  \"deploy_history\": [\n    {\n      \"id\": \"aeacab67-91d6-45c1-ae29-f27922b0fcf0\",\n      \"endpoint_id\": \"09248ef6-c401-4601-8928-5964d61f2c61\",\n      \"hash\": \"c4dd6753109e47b317a4fc792d231b64\",\n      \"created_at\": \"2023-12-29T12:19:20.594726Z\"\n    }\n  ],\n  \"created_at\": \"2023-12-29T12:19:20.574321Z\"\n}\n```\n\n---\n\n### /endpoint\n\nCreate a new endpoint\n\n- Method: `POST`\n- Request Content-Type: `application/json`\n- Response Content-Type: `application/json`\n\nExample Request Body:\n\n```json\n{\n  \"name\": \"my-endpoint\"\n}\n```\n\nExample Response Body:\n\n```json\n{\n  \"id\": \"2488b7be-e3d3-4e4c-8f79-13d9d568483d\",\n  \"name\": \"my-endpoint\",\n  \"url\": \"http://0.0.0.0:4000/2488b7be-e3d3-4e4c-8f79-13d9d568483d\",\n  \"active_deploy_id\": \"00000000-0000-0000-0000-000000000000\",\n  \"deploy_history\": [],\n  \"created_at\": \"2023-12-29T12:08:20.542039Z\"\n}\n```\n\n---\n\n### /endpoint/\\\u003cid\\\u003e/deploy\n\nDeploy Wasm Blob to Endpoint\n\n- Method: `POST`\n- Request Content-Type: `application/octet-stream`\n- Response Content-Type: `application/json`\n\nRequest Body: WASM file\n\nExample Response:\n\n```json\n{\n  \"id\": \"e2a1ceea-d19e-4231-adc9-995ac61bdaf0\",\n  \"endpoint_id\": \"2488b7be-e3d3-4e4c-8f79-13d9d568483d\",\n  \"hash\": \"75b196bcd44611d9f74d62ed16a54e03\",\n  \"created_at\": \"2023-12-29T12:12:39.91252Z\"\n}\n```\n\n---\n\n## Wasm Server Endpoints\n\n### /\\\u003cendpoint-id\\\u003e\n\nCall the Wasm function\n\n- Method: `ALL`\n- Request Content-Type: `any`\n- Response Content-Type: `any`\n\nRequest Body: `any` (passed to function)\n\nResponse Body: `any` (returned from function)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthdm%2Fraptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthdm%2Fraptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthdm%2Fraptor/lists"}