{"id":18084799,"url":"https://github.com/coderofsalvation/mongodb-filebased","last_synced_at":"2025-04-06T00:13:03.585Z","repository":{"id":57301787,"uuid":"81664090","full_name":"coderofsalvation/mongodb-filebased","owner":"coderofsalvation","description":"mongodb without mongodb (but stores into jsonfile)","archived":false,"fork":false,"pushed_at":"2020-09-04T03:40:23.000Z","size":9,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T00:02:56.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2017-02-11T16:07:43.000Z","updated_at":"2020-05-28T19:17:50.000Z","dependencies_parsed_at":"2022-09-09T02:23:11.883Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/mongodb-filebased","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/coderofsalvation%2Fmongodb-filebased","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fmongodb-filebased/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fmongodb-filebased/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fmongodb-filebased/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/mongodb-filebased/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415976,"owners_count":20935387,"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":[],"created_at":"2024-10-31T15:08:15.236Z","updated_at":"2025-04-06T00:13:03.568Z","avatar_url":"https://github.com/coderofsalvation.png","language":"JavaScript","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"readme":"zero-complexity flat-filebased mongodb replacement, no need to run mongodb instance\n\n[![CircleCI](https://circleci.com/gh/coderofsalvation/mongodb-filebased.svg?style=svg)](https://circleci.com/gh/coderofsalvation/mongodb-filebased)\n\n## Usage\n\nJust wrap your mongo-stuff like this, and it'll redirect all mongodb data to a `mongodb.js` file:\n\n    require('mongodb-filebased')(function(){\n\n      require('mongodb')\n      // do your stuff\n\n    }) \n\n\u003e NOTE: this is not a full implementation of mongodb, but it 'seems' to work for \nmost mongoose/mongodb CRUD cases.\n\n## Features\n\n* no need for mongodb installation\n* store all collections in databasefile\n* default databasefile is `mongodb.js` (or environment var `MONGO_DB_FILE`)\n* switch to real mongodb by just commenting the magic line\n* handy for quick prototyping / testing\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fmongodb-filebased","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fmongodb-filebased","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fmongodb-filebased/lists"}