Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #830

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<p align="center">
<a href="https://kaskada.io">kaskada.io</a>
|
<a href="https://kaskada.io/docs-site/">Docs</a>
<a href="https://kaskada.io/guide/">Docs</a>
</p>

Kaskada is a unified event processing engine that provides all the power of stateful stream processing in a high-level, declarative query language designed specifically for reasoning about events in bulk and in real time.
Expand All @@ -26,7 +26,7 @@ Kaskada's query language builds on the best features of SQL to provide a more ex
Kaskada is implemented as a modern compute engine designed for processing events in bulk or real-time. Written in Rust and built on Apache Arrow, Kaskada can compute most workloads without the complexity and overhead of distributed execution.

Read more at [kaskada.io](https://kaskada.io).
See the [docs](https://kaskada.io/docs-site/) to get started in a [Jupyter Notebook](https://kaskada.io/docs-site/kaskada/main/getting-started/hello-world-jupyter.html) or the [CLI](https://kaskada.io/docs-site/kaskada/main/getting-started/hello-world-cli.html).
See the [docs](https://kaskada.io/guide/) to get started.

## Features

Expand Down
Loading