https://github.com/apache/horaedb-docs
Apache HoraeDB (incubating) Website.
https://github.com/apache/horaedb-docs
cloud-native database distributed-database horaedb iot-database rust sql timeseries-analysis timeseries-database tsdb
Last synced: 8 months ago
JSON representation
Apache HoraeDB (incubating) Website.
- Host: GitHub
- URL: https://github.com/apache/horaedb-docs
- Owner: apache
- Created: 2023-01-16T09:43:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T03:11:33.000Z (10 months ago)
- Last Synced: 2025-01-30T10:34:27.239Z (8 months ago)
- Topics: cloud-native, database, distributed-database, horaedb, iot-database, rust, sql, timeseries-analysis, timeseries-database, tsdb
- Language: HTML
- Homepage: https://horaedb.apache.org/
- Size: 17.4 MB
- Stars: 6
- Watchers: 8
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Apache HoraeDB (incubating) Website
> [!IMPORTANT]
> Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache
> Software Foundation (ASF), sponsored by the Apache Incubator PMC.
>
> Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of ["incubating"](https://incubator.apache.org/policy/incubation.html).This repository stores all the source files of [HoraeDB website](https://horaedb.apache.org), it's built with [hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/).
## How to run
```bash
# Start a local server for preview
hugo serve
```By default hugo will listen on http://localhost:1313
## Contributing
Welcome any contributions from the community. You can
- Open an [issue](https://github.com/apache/horaedb-docs/issues) with any suggestions, or
- Submit a [pull request](https://github.com/apache/horaedb-docs/pulls) to improve the website (trivial fixes are welcome).