Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:12:01.000Z (2 months ago)
- Last Synced: 2024-10-01T01:08:56.811Z (about 2 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: 6.68 MB
- Stars: 6
- Watchers: 8
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/).
**All files are written in standard markdown.**
## How to run
```bash
# Download dependencies, only need to run at the first time
hugo mod get# 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).