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
- Host: GitHub
- URL: https://github.com/databendlabs/weekly
- Owner: databendlabs
- License: apache-2.0
- Created: 2021-07-23T13:20:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T16:49:38.000Z (over 3 years ago)
- Last Synced: 2025-01-24T01:53:31.096Z (over 1 year ago)
- Homepage: https://weekly.databend.rs
- Size: 84.8 MB
- Stars: 25
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)