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

https://github.com/databendlabs/weekly

This week in Databend: an elastic and reliable cloud warehouse
https://github.com/databendlabs/weekly

Last synced: 5 months ago
JSON representation

This week in Databend: an elastic and reliable cloud warehouse

Awesome Lists containing this project

README

          

# This week in Databend

_**Databend Weekly**_ is powered by [*zola*](https://github.com/getzola/zola) with the [*terminimal*](https://github.com/pawroman/zola-theme-terminimal/) theme.

## Editor Related

Please feel free to add/modify entries by opening a PR. You can refer to the previous weekly posts for the format.

- **Big changes**: Important updates, performance improvements and bug fixes.
- **Changelogs**: Link to nightly releases to show the changelogs generated by [@datafuse-bot](https://github.com/datafuse-bot).
- **Ecosystem/Upstream**: Datafuse team members' contributions to the upstream and ecosystem.

If you have any suggestions or ideas, please feel free to [open an issue](https://github.com/datafuselabs/weekly/issues/new).

## Preview Locally

Before you start, please pre-install zola, refer to [*Installation | Zola*](https://www.getzola.org/documentation/getting-started/installation/).

```bash
# sync theme
git submodule update --init --recursive
# build & serve
zola serve
```

Or you can use `--drafts` option to include drafts when loading the site. (i.e. run `zola serve --drafts`)