{"id":27386170,"url":"https://github.com/apache/incubator-horaedb-proto","last_synced_at":"2025-12-12T13:34:32.213Z","repository":{"id":37739795,"uuid":"496119704","full_name":"apache/incubator-horaedb-proto","owner":"apache","description":"Apache HoraeDB (Incubating) Protocol Buffer Files","archived":false,"fork":false,"pushed_at":"2024-09-30T09:46:33.000Z","size":541,"stargazers_count":7,"open_issues_count":4,"forks_count":18,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-13T17:13:57.619Z","etag":null,"topics":["cloud-native","database","distributed-database","horaedb","iot-database","rust","sql","timeseries-analysis","timeseries-database","tsdb"],"latest_commit_sha":null,"homepage":"https://horaedb.apache.org","language":"Rust","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":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}},"created_at":"2022-05-25T07:05:11.000Z","updated_at":"2025-02-23T11:48:15.000Z","dependencies_parsed_at":"2024-04-04T04:04:28.784Z","dependency_job_id":"e7416e8b-d7fd-4341-a21c-3d51f237fd33","html_url":"https://github.com/apache/incubator-horaedb-proto","commit_stats":{"total_commits":56,"total_committers":11,"mean_commits":5.090909090909091,"dds":0.75,"last_synced_commit":"37ba6214b131bba1169bbdc6862be4f7408ff803"},"previous_names":["ceresdb/horaedbproto","ceresdb/ceresdbproto","apache/incubator-horaedbproto"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-proto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-proto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-proto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-horaedb-proto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-horaedb-proto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750127,"owners_count":21155687,"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":["cloud-native","database","distributed-database","horaedb","iot-database","rust","sql","timeseries-analysis","timeseries-database","tsdb"],"created_at":"2025-04-13T17:14:07.148Z","updated_at":"2025-12-12T13:34:32.140Z","avatar_url":"https://github.com/apache.png","language":"Rust","readme":"# Apache HoraeDB (Incubating) Protocol Buffer Files\n\n[![Crates.io](https://img.shields.io/crates/v/horaedbproto.svg)](https://crates.io/crates/horaedbproto)\n[![Go Reference](https://pkg.go.dev/badge/github.com/apache/incubator-horaedb-proto.svg)](https://pkg.go.dev/github.com/apache/incubator-horaedb-proto)\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.horaedb/horaedb-proto-internal.svg?logo=Apache+Maven\u0026logoColor=blue)](https://central.sonatype.com/artifact/org.apache.horaedb/horaedb-proto-internal)\n\nProtocol buffer files for [Apache HoraeDB (Incubating)](https://github.com/apache/incubator-horaedb). Projects that manage generated code of different languages are also in this repository. They act as underlying dependencies of the client, server, and meta.\n\n\u003e [!IMPORTANT]\n\u003e Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache\n\u003e Software Foundation (ASF), sponsored by the Apache Incubator PMC.\n\u003e\n\u003e Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of [\"incubating\"](https://incubator.apache.org/policy/incubation.html).\n\n## User Guide\n\n### Rust\n\n```sh\ncargo add horaedbproto\n```\n\n### Golang\n\n```sh\ngo get github.com/apache/incubator-horaedb-proto/golang\n```\n\n### Java\n\nAdd a maven dependency to your project.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.apache.horaedb\u003c/groupId\u003e\n    \u003cartifactId\u003ehoraedb-proto-internal\u003c/artifactId\u003e\n    \u003cversion\u003e${horaedb-proto-internal.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Developer Guide\n\nAfter modifying the proto files, something else for different programming languages should be done.\n\n### Java\n\n1. Name the maven project to a new version.\n2. Rebuild the maven project in the `java` directory (During the build process, java code for the latest proto will be generated).\n2. Publish the build result to the central maven repository.\n\n### Rust\n\nAs for the Rust projects that depend on this project, everything will be generated during the build process themselves. So nothing else needs to be done for `Rust`.\n\n### Golang\n\n1. Install [Protocol Buffers v25.1](https://github.com/protocolbuffers/protobuf/releases/tag/v25.1) compiler.\n2. Execute `make go`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-horaedb-proto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-horaedb-proto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-horaedb-proto/lists"}