{"id":15290503,"url":"https://github.com/timobechtel/socketdb","last_synced_at":"2025-07-14T15:08:35.443Z","repository":{"id":40314750,"uuid":"314232317","full_name":"TimoBechtel/socketdb","owner":"TimoBechtel","description":"Real-time data synchronization","archived":false,"fork":false,"pushed_at":"2025-07-09T01:38:13.000Z","size":1928,"stargazers_count":5,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T21:05:19.391Z","etag":null,"topics":["database","db","javascript","nodejs","real-time","socket","socket-io","socketdb","synchronization","websocket"],"latest_commit_sha":null,"homepage":"https://socketdb.com","language":"TypeScript","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/TimoBechtel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2020-11-19T11:50:15.000Z","updated_at":"2023-03-07T02:39:31.000Z","dependencies_parsed_at":"2024-04-28T09:24:01.896Z","dependency_job_id":"b5ae1212-f0e4-46a1-ad67-ece0ff412033","html_url":"https://github.com/TimoBechtel/socketdb","commit_stats":{"total_commits":227,"total_committers":5,"mean_commits":45.4,"dds":"0.21145374449339205","last_synced_commit":"6d20a504ab563dd0142c679b267aa909acb412e2"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/TimoBechtel/socketdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimoBechtel%2Fsocketdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimoBechtel%2Fsocketdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimoBechtel%2Fsocketdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimoBechtel%2Fsocketdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimoBechtel","download_url":"https://codeload.github.com/TimoBechtel/socketdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimoBechtel%2Fsocketdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265311872,"owners_count":23745161,"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":["database","db","javascript","nodejs","real-time","socket","socket-io","socketdb","synchronization","websocket"],"created_at":"2024-09-30T16:08:25.548Z","updated_at":"2025-07-14T15:08:35.138Z","avatar_url":"https://github.com/TimoBechtel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg alt=\"logo\" src=\"https://socketdb.com/logo.png\" /\u003e\n  \u003cbr /\u003e\n  SocketDB\n\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eReal-time synchronized data storage\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/socketdb\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/socketdb.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://socketdb.com/guide\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/TimoBechtel/socketdb/blob/main/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  ·\n  \u003ca href=\"https://socketdb.com\"\u003eHomepage\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/TimoBechtel/socketdb/issues\"\u003eReport Bug / Request Feature\u003c/a\u003e\n  ·\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Installation](#install)\n- [Test](#run-tests)\n- [Contributing](#Contributing)\n- [License](#license)\n\n## ➡️ Documentation\n\nYou can find the documentation here: \u003chttps://socketdb.com\u003e\n\n## Install\n\n```sh\nnpm install -D @socketdb/client @socketdb/server\n```\n\n## Run tests\n\n```sh\npnpm run-many --target test\n```\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003e\n\n1. Check [issues](https://github.com/TimoBechtel/socketdb/issues)\n1. Fork the project\n1. Create your feature branch (`git checkout -b feat/AmazingFeature`)\n1. Test your changes `pnpm run-many --target test`\n1. Commit your changes (`git commit -m 'feat: add amazingFeature'`)\n1. Push to the branch (`git push origin feat/AmazingFeature`)\n1. Open a pull request\n\n### Commit messages\n\nThis project uses semantic-release for automated release versions. So commits in this project follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) guidelines. I recommend using [commitizen](https://github.com/commitizen/cz-cli) for automated commit messages.\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nThis project is [MIT](https://github.com/TimoBechtel/socketdb/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimobechtel%2Fsocketdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimobechtel%2Fsocketdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimobechtel%2Fsocketdb/lists"}