Skip to content

Commit 904dbe8

Browse files
committed
[docs] adjust deps, fix invalid link
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 54a3ca9 commit 904dbe8

4 files changed

Lines changed: 16 additions & 20 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,19 @@ Our team develops and tests using Linux and MacOS. Windows Subsystem for Linux w
1515
The Feldera container images and CI workflows use Linux. You can see our setup in
1616
our [Dockerfile](deploy/Dockerfile).
1717

18-
Our dependencies are:
19-
20-
- Runtime
21-
- a Rust tool chain (install rustup and the default toolchain)
22-
- this will need a C and C++ compiler installed (e.g., gcc, gcc++)
23-
- cmake
24-
- libssl-dev
25-
- libsasl2-dev
26-
- SQL Compiler
27-
- a Java Virtual Machine (at least Java 19)
28-
- maven
29-
- graphviz
30-
- Cloud
31-
- Python 3
32-
- Redpanda or Kafka
33-
- Web Console
34-
- Bun (https://bun.sh/docs/installation)
18+
Our dependencies for building the project are:
19+
20+
- C and C++ compiler toolchain (e.g., gcc, gcc++)
21+
- cmake
22+
- libssl-dev
23+
- libsasl2-dev
24+
- zlib1g-dev
25+
- a Rust tool chain (install rustup and the default toolchain)
26+
- a Java Virtual Machine (at least Java 19)
27+
- maven
28+
- graphviz
29+
- Python 3.10
30+
- Bun (https://bun.sh/docs/installation)
3531

3632
Additional dependencies are automatically installed by the Rust,
3733
maven, Python, and TypeScript build tools.

docs.feldera.com/docs/use_cases/real_time_apps/part1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this three-part series, we’ll build a real-time, scalable, and incremental
88

99
![spreadsheet-architecture-parts](./spreadsheet-architecture-parts.svg)
1010

11-
- Try the [live demo](https://xls.feldera.io) and see the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
11+
- The code is available in the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
1212

1313
- Watch the Webinar accompanying this series on Youtube:
1414

docs.feldera.com/docs/use_cases/real_time_apps/part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This article is the second part of our series on building a billion cell spreads
88

99
![spreadsheet-architecture-parts](./spreadsheet-architecture-parts.svg)
1010

11-
Try the [live demo](https://xls.feldera.io) and see the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
11+
- The code is available in the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
1212

1313
## Architecture
1414

docs.feldera.com/docs/use_cases/real_time_apps/part3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This article is the third part of our series on building a billion cell spreadsh
88

99
![spreadsheet-architecture-parts](./spreadsheet-architecture-parts.svg)
1010

11-
Try the [live demo](https://xls.feldera.io) and see the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
11+
- The code is available in the [GitHub repo](https://github.com/feldera/techdemo-spreadsheet).
1212

1313
## Introduction
1414

0 commit comments

Comments
 (0)