{"id":13531189,"url":"https://github.com/feliixx/mongoplayground","last_synced_at":"2025-04-13T11:09:05.568Z","repository":{"id":31610197,"uuid":"125003207","full_name":"feliixx/mongoplayground","owner":"feliixx","description":"a simple sandbox to test and share MongoDB queries","archived":false,"fork":false,"pushed_at":"2025-04-06T17:05:01.000Z","size":3397,"stargazers_count":188,"open_issues_count":17,"forks_count":11,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-04-13T11:08:52.219Z","etag":null,"topics":["fiddle","mgodatagen","mongodb","playground"],"latest_commit_sha":null,"homepage":"https://mongoplayground.net","language":"Go","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/feliixx.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-03-13T06:28:38.000Z","updated_at":"2025-03-30T20:17:57.000Z","dependencies_parsed_at":"2024-01-07T12:52:03.694Z","dependency_job_id":"e14ba385-605b-4345-a1b0-56cc17284d14","html_url":"https://github.com/feliixx/mongoplayground","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/feliixx%2Fmongoplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliixx%2Fmongoplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliixx%2Fmongoplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliixx%2Fmongoplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feliixx","download_url":"https://codeload.github.com/feliixx/mongoplayground/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703198,"owners_count":21148118,"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":["fiddle","mgodatagen","mongodb","playground"],"created_at":"2024-08-01T07:01:00.786Z","updated_at":"2025-04-13T11:09:05.512Z","avatar_url":"https://github.com/feliixx.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Development"],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/feliixx/mongoplayground)](https://goreportcard.com/report/github.com/feliixx/mongoplayground)\n[![codecov](https://codecov.io/gh/feliixx/mongoplayground/branch/master/graph/badge.svg)](https://codecov.io/gh/feliixx/mongoplayground)\n\n# Mongo Playground\n\nMongo playground: a simple sandbox to test and share MongoDB queries. Try it online : [**https://mongoplayground.net**](https://mongoplayground.net/)\n\n\n## Shared playgrounds\n\nShared playgrounds are saved forever. Do not share playground containing sensitive data, as\nthey can get accessed by anyone who get the playground link!\n\n\n## Limitations\n\n  ### Size limitations\n\n  This playground has several limitations: \n\n  - a database can't contain more than **10 collections**\n  - a collection can't contain more than **100 documents**\n\n  ### Queries\n\n  Currently, the playground can run only `find()`, `aggregate()` and `update()` queries \n\n  ### shell regex\n\n  Currently, shell regex doesn't work in query. \n\n  so instead of \n\n  ```JSON5\n  db.collection.find({\n    \"k\": /pattern/\n  })\n  ```\n\n  use \n\n  ```JSON5 \n  db.collection.find({\n    \"k\": {\n      \"$regex\": \"pattern\"\n    }\n  })\n  ```\n\n\n## Developpement\n\nTo automatically restart the server when a file changes, use: \n\n```sh\nls  *.go internal/*.go internal/web/src/* | entr tools/restart.sh\n```\n\n## Credits \n\nThis playground is heavily inspired from [The Go Playground](https://play.golang.org)\n\nEditors are created with [ace](https://ace.c9.io/), and the documentation is styled using [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)\n\nFavicon was created on [favicon.io](https://favicon.io/) from an emoji provided by [twemoji](https://github.com/twitter/twemoji)\n\nQueries are executed in an atlas cluster graciously provided by MongoDB","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliixx%2Fmongoplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeliixx%2Fmongoplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliixx%2Fmongoplayground/lists"}