Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).