{"id":17041940,"url":"https://github.com/cloudhead/nimbus","last_synced_at":"2025-10-10T15:49:05.620Z","repository":{"id":1044734,"uuid":"875812","full_name":"cloudhead/nimbus","owner":"cloudhead","description":"nimble, durable, document store","archived":false,"fork":false,"pushed_at":"2010-09-01T21:32:13.000Z","size":106,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:12:09.094Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/cloudhead.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}},"created_at":"2010-08-31T20:27:33.000Z","updated_at":"2024-10-31T08:42:21.000Z","dependencies_parsed_at":"2022-08-16T11:55:08.805Z","dependency_job_id":null,"html_url":"https://github.com/cloudhead/nimbus","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/cloudhead%2Fnimbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fnimbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fnimbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudhead%2Fnimbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudhead","download_url":"https://codeload.github.com/cloudhead/nimbus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248582514,"owners_count":21128395,"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-14T09:14:15.740Z","updated_at":"2025-10-10T15:49:00.595Z","avatar_url":"https://github.com/cloudhead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"nimbus\n======\n\n\u003e nimble, durable, document store.\n\nsynopsis\n--------\n\n    var nimbus = require('nimbus');\n    var db = new(nimbus.DB);\n\n    db.load('./database.nimbus');\n    db.put({ _id: 32, name: 'joseline', profession: 'botanist' });\n    db.get(32).name; // 'joseline'\n    db.update(32, { profession: 'florist' });\n    db.get(32).profession; // 'florist'\n\n    db.remove(32);\n    db.get(32); // null\n\n    db.filter(function (row) {\n        return row.name.match(/^[Jj]/);\n    }); // [{ _id: 32, name: 'joseline', profession: 'florist' }]\n\n    db.put({ _id: 45, name: 'locke' }, function (err) {\n        if (! err) {\n            // The data has been persisted to disk.\n        }\n    }); // The data is in memory.\n\nMore information coming soon.\n\nlicense\n-------\n\nSee `LICENSE`.\n\nCopyright (c) 2010 - Alexis Sellier\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Fnimbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudhead%2Fnimbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudhead%2Fnimbus/lists"}