{"id":15096937,"url":"https://github.com/apache/incubator-horaedb-meta","last_synced_at":"2025-10-08T02:30:44.212Z","repository":{"id":38415540,"uuid":"498647596","full_name":"apache/incubator-horaedb-meta","owner":"apache","description":"Meta service of HoraeDB cluster.","archived":true,"fork":false,"pushed_at":"2024-01-31T10:16:08.000Z","size":972,"stargazers_count":27,"open_issues_count":35,"forks_count":16,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-10-06T00:36:42.197Z","etag":null,"topics":["cloud-native","database","distributed-database","golang","horaedb","iot-database","sql","timeseries-analysis","timeseries-database","tsdb"],"latest_commit_sha":null,"homepage":"https://horaedb.apache.org","language":"Go","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/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-06-01T08:12:38.000Z","updated_at":"2025-03-11T00:09:35.000Z","dependencies_parsed_at":"2023-02-19T07:46:07.076Z","dependency_job_id":"3184efce-30dd-442e-b55d-23771a9002f9","html_url":"https://github.com/apache/incubator-horaedb-meta","commit_stats":{"total_commits":100,"total_committers":9,"mean_commits":11.11111111111111,"dds":0.63,"last_synced_commit":"8caee7f6018cf531e180d941198263d1ca4ce0de"},"previous_names":["ceresdb/horaemeta","apache/incubator-horaedb-meta","ceresdb/ceresmeta"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/apache/incubator-horaedb-meta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-horaedb-meta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-meta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278877497,"owners_count":26061457,"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-08T02:00:06.501Z","response_time":56,"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":["cloud-native","database","distributed-database","golang","horaedb","iot-database","sql","timeseries-analysis","timeseries-database","tsdb"],"created_at":"2024-09-25T16:02:40.845Z","updated_at":"2025-10-08T02:30:43.768Z","avatar_url":"https://github.com/apache.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e :warning: This repository has been deprecated at 2024-01-25, further development will move to [here](https://github.com/apache/incubator-horaedb/tree/main/horaemeta).\n\n--- \n\n# HoraeMeta\n\n[![codecov](https://codecov.io/gh/apache/incubator-horaedb-meta/branch/main/graph/badge.svg?token=VTYXEAB2WU)](https://codecov.io/gh/apache/incubator-horaedb-meta)\n![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)\n\nHoraeMeta is the meta service for managing the HoraeDB cluster.\n\n## Status\nThe project is in a very early stage.\n\n## Quick Start\n### Build HoraeMeta binary\n```bash\nmake build\n```\n\n### Standalone Mode\nAlthough HoraeMeta is designed to deployed as a cluster with three or more instances, it can also be started standalone:\n```bash\n# HoraeMeta0\nmkdir /tmp/meta0\n./bin/horaemeta-server --config ./config/example-standalone.toml\n```\n\n### Cluster mode\nHere is an example for starting HoraeMeta in cluster mode (three instances) on single machine by using different ports:\n```bash\n# Create directories.\nmkdir /tmp/meta0\nmkdir /tmp/meta1\nmkdir /tmp/meta2\n\n# horaemeta0\n./bin/horaemeta-server --config ./config/exampl-cluster0.toml\n\n# horaemeta1\n./bin/horaemeta-server --config ./config/exampl-cluster1.toml\n\n# horaemeta2\n./bin/horaemeta-server --config ./config/exampl-cluster2.toml\n```\n\n## Acknowledgment\nHoraeMeta refers to the excellent project [pd](https://github.com/tikv/pd) in design and some module and codes are forked from [pd](https://github.com/tikv/pd), thanks to the TiKV team.\n\n## Contributing\nThe project is under rapid development so that any contribution is welcome.\nCheck our [Contributing Guide](https://github.com/apache/incubator-horaedb-meta/blob/main/CONTRIBUTING.md) and make your first contribution!\n\n## License\nHoraeMeta is under [Apache License 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-horaedb-meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-horaedb-meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-horaedb-meta/lists"}