{"id":49885831,"url":"https://github.com/meyer1994/mongrest","last_synced_at":"2026-05-15T18:15:04.018Z","repository":{"id":103154507,"uuid":"413646696","full_name":"meyer1994/mongrest","owner":"meyer1994","description":"A flexible REST interface for MongoDB","archived":false,"fork":false,"pushed_at":"2024-06-08T00:47:29.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-08T01:42:14.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meyer1994.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}},"created_at":"2021-10-05T02:20:25.000Z","updated_at":"2024-06-08T00:41:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d10d875-2556-420f-bc7e-36c83c06b9f0","html_url":"https://github.com/meyer1994/mongrest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meyer1994/mongrest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fmongrest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fmongrest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fmongrest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fmongrest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meyer1994","download_url":"https://codeload.github.com/meyer1994/mongrest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fmongrest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-05-15T18:15:02.756Z","updated_at":"2026-05-15T18:15:04.011Z","avatar_url":"https://github.com/meyer1994.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongREST\n\n[![build](https://github.com/meyer1994/mongrest/actions/workflows/build.yml/badge.svg)](https://github.com/meyer1994/mongrest/actions/workflows/build.yml)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\n[MongoDB][3], but with HTTP\n\n## Table of Contents\n\n- [About](#about)\n- [Install](#install)\n- [Usage](#usage)\n- [Thanks](#thanks)\n\n## About\n\nA small server that creates an HTTP interface to interact with MongoDB.\n\n### Ednpoints\n\nHTTP:\n\n```\nGET    /count/{coll}/?query=dict\n\nGET    /rest/{coll}/?query=dict\u0026skip=int\u0026limit=int\nPOST   /rest/{coll}/\nDELETE /rest/{coll}/?query=dict\n\nGET    /index/{coll}/\nPOST   /index/{coll}/\nDELETE /index/{coll}/{index}\n\nGET    /schema/{coll}/\nPOST   /schema/{coll}/\nDELETE /schema/{coll}/\n```\n\nWebSocket:\n\n```\n/realtime/?query=dict\n```\n\n## Install\n\n```sh\n$ pip install -r requirements.txt\n```\n\n## Usage\n\nTo run a local version of this project, just execute:\n\n```sh\n$ docker-compose up  # mongodb cluster\n$ uvicorn main:app --reload\n```\n\n## Thanks\n\nThis project would not have been possible without the code in the following\nprojects:\n\n- [PostgREST][1]\n- [RestHeart][2]\n\n[1]: https://postgrest.org/en/stable/\n[2]: https://restheart.org/\n[3]: https://www.mongodb.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fmongrest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeyer1994%2Fmongrest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fmongrest/lists"}