{"id":18880115,"url":"https://github.com/datafire/onedb","last_synced_at":"2025-07-05T00:06:54.619Z","repository":{"id":38462969,"uuid":"139066873","full_name":"DataFire/OneDB","owner":"DataFire","description":"OneDB lets you create cloud-enabled apps without having to worry about or pay for backend infrastructure.","archived":false,"fork":false,"pushed_at":"2023-01-13T23:53:17.000Z","size":14811,"stargazers_count":59,"open_issues_count":76,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-05T00:06:53.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://one-db.org","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/DataFire.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":"2018-06-28T20:48:47.000Z","updated_at":"2025-05-30T11:11:14.000Z","dependencies_parsed_at":"2023-02-09T18:01:30.015Z","dependency_job_id":null,"html_url":"https://github.com/DataFire/OneDB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DataFire/OneDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataFire%2FOneDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataFire%2FOneDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataFire%2FOneDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataFire%2FOneDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataFire","download_url":"https://codeload.github.com/DataFire/OneDB/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataFire%2FOneDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636797,"owners_count":23492306,"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-11-08T06:41:55.470Z","updated_at":"2025-07-05T00:06:54.558Z","avatar_url":"https://github.com/DataFire.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneDB\n\n[![Travis][travis-image]][travis-link]\n[![NPM version][npm-image]][npm-link]\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.npmjs.com/package/onedb-cli) [![Join the chat at https://gitter.im/One-DB/Lobby](https://badges.gitter.im/One-DB/Lobby.svg)](https://gitter.im/One-DB/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003e The documentation for OneDB is at [docs.one-db.org](https://docs.one-db.org)\n\n![OneDB Logo](web/img/Logo.svg)\n### Connect your frontend to the cloud. For free, forever.\n\nOneDB is an open source decentralized backend - it handles user authentication, data storage, and validation,\nso **you can focus on creating a beautiful user interface**.\n\nAnyone can host a OneDB instance, and end-users can decide where they want to store their data.\nThis means **end-users have complete control and ownership** over their data. And by utilizing\nthe existing network of OneDB instances, you can **deploy your app for free**, forever.\n\nWe provide a OneDB instance at `one-db.datafire.io` which is free for developers. End-users can\nstore up to 10MB of data before getting charged.\n\nYou can\n[read more about OneDB](https://medium.com/@bbrennan/announcing-onedb-a-platform-for-federated-apps-bc3cc7ff86e6),\n[check out the documentation](https://docs.one-db.org),\nor continue reading to learn more about the code in this repository.\n\n## Repository Contents\n\nThis repository contains:\n* `./server`: The OneDB NodeJS server\n* `./client`: The OneDB JavaScript client\n* `./apps`: A few sample applications\n\n## Build an App\nBuilding apps on OneDB is free and easy. Just create a data model, write your frontend,\nand the existing network of OneDB instances will take care of all the data validation and storage.\n\nCheck out the [Hello World documentation](https://docs.one-db.org/Hello_World) or the\n[sample apps](apps) to get started.\n\nIf you build an app, let us know and we'll add you to the [list of OneDB apps](Apps.md)\n\n## Host an Instance\n\u003e The full documentation for hosting an instance is on [docs.one-db.org](https://docs.one-db.org/Host_an_Instance)\n\nHelp us expand the OneDB network by hosting an instance. You'll need:\n* A server to host OneDB\n* The OneDB server (this repository)\n* A MongoDB instance\n\nIf you host a public instance, let us know and we'll add you to the [list of known hosts](Hosts.md)\n\n### Installation and Setup\nInstall the server:\n```bash\nnpm install -g onedb-cli\n```\n\nCreate your settings in `OneDB.yml`:\n```yml\nmongodb: \"mongodb://localhost:27017\"\njwtSecret: \"thisisasecret\"\nhost: \"https://onedb.example.com\"\n```\n\nAnd start the server:\n```bash\nonedb serve --port 3000\n```\n\n## Contribute\nContributions are welcome! Check out the [roadmap](ROADMAP.md) to learn how you can help,\nor open an issue if there's a feature you'd like to see.\n\nIf you're working on a major change, be sure to let us know ahead of time.\n\n\n\n[downloads-image]: https://img.shields.io/npm/dm/datafire.svg\n[twitter-image]: https://img.shields.io/badge/Share-on%20Twitter-blue.svg\n[twitter-link]: https://twitter.com/intent/tweet?text=OneDB+-+build+cloud+apps+without+worrying+about+backends\u0026url=http%3A%2F%2Fgithub.com%2FDataFire%2FOneDB\n[gitter-image]: https://img.shields.io/badge/Chat-on%20Gitter-blue.svg\n[gitter-link]: https://gitter.im/DataFire/Lobby\n[npm-image]: https://img.shields.io/npm/v/onedb-cli.svg\n[npm-link]: https://npmjs.org/package/onedb-cli\n[travis-image]: https://travis-ci.org/DataFire/OneDB.svg?branch=master\n[travis-link]: https://travis-ci.org/DataFire/OneDB\n[climate-image]: https://codeclimate.com/github/DataFire/OneDB.png\n[climate-link]: https://codeclimate.com/github/DataFire/OneDB\n[deps-image]: https://img.shields.io/david/DataFire/OneDB.svg\n[deps-link]: https://david-dm.org/DataFire/OneDB\n[devdeps-image]: https://img.shields.io/david/dev/DataFire/OneDB.svg\n[devdeps-link]: https://david-dm.org/DataFire/OneDB#info=devDependencies\n[blog-image]: https://img.shields.io/badge/Read-on%20Medium-blue.svg\n[blog-link]: https://medium.com/datafire-io\n[mail-image]: https://img.shields.io/badge/Subscribe-on%20MailChimp-blue.svg\n[mail-link]: https://eepurl.com/c3t10T\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafire%2Fonedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatafire%2Fonedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafire%2Fonedb/lists"}