{"id":13755230,"url":"https://github.com/onebeyond/systemic-mongodb-memory-server","last_synced_at":"2025-10-13T09:09:41.538Z","repository":{"id":65513634,"uuid":"241917371","full_name":"onebeyond/systemic-mongodb-memory-server","owner":"onebeyond","description":"A systemic mongodb-memory-server component for testing without docker or dedicated mongodb servers.","archived":false,"fork":false,"pushed_at":"2023-06-24T11:02:00.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-09-14T18:26:20.757Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onebeyond.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}},"created_at":"2020-02-20T15:21:03.000Z","updated_at":"2023-01-27T08:14:49.000Z","dependencies_parsed_at":"2024-01-13T03:12:11.430Z","dependency_job_id":null,"html_url":"https://github.com/onebeyond/systemic-mongodb-memory-server","commit_stats":null,"previous_names":["guidesmiths/systemic-mongodb-memory-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onebeyond/systemic-mongodb-memory-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-mongodb-memory-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-mongodb-memory-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-mongodb-memory-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-mongodb-memory-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/systemic-mongodb-memory-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fsystemic-mongodb-memory-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014483,"owners_count":26085535,"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-10-13T02:00:06.723Z","response_time":61,"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":["hacktoberfest"],"created_at":"2024-08-03T10:00:49.308Z","updated_at":"2025-10-13T09:09:41.510Z","avatar_url":"https://github.com/onebeyond.png","language":"JavaScript","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"# systemic-mongodb-memory-server\n\nA [systemic](https://github.com/guidesmiths/systemic) [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server) component for testing without docker or dedicated mongodb servers.\n\nThis component create a temporal server for testing and server is destroyed when tests are finished.\n\nCheck configuration options for `mongodbMemoryServer` at official [mongodb-memory-server documentation](https://github.com/nodkz/mongodb-memory-server).\n\n## Usage\n\n```js\nconst System = require('systemic');\nconst mongodb = require('mongodb-memory-server');\nconst config = {\n  mongodbMemoryServer: {\n    instance: {\n      db_name: 'test-db',\n    },\n  },\n};\n\nnew System()\n  .add('config', config, { scoped: true })\n  .add('mongodb', mongodb())\n  .dependsOn('config')\n  .start((err, components) =\u003e {\n    // Do your tests\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-mongodb-memory-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fsystemic-mongodb-memory-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fsystemic-mongodb-memory-server/lists"}