Skip to content

Commit

Permalink
Issue#2701: Fix "broken" links
Browse files Browse the repository at this point in the history
Signed-off-by: devskillz47 <devskillz47@gmail.com>
  • Loading branch information
devskillz47 authored and Licenser committed Jan 6, 2025
1 parent 66e238d commit eed6e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ We currently do not recommend tremor where:

- Your event structure is not mappable to a JSON-like data structure.
- If in doubt, please reach out and create a ticket so we can assist and advice
- In many cases ( textual formats ) a [preprocessor](https://www.tremor.rs/docs/artefacts/preprocessors/), [postprocessor](https://www.tremor.rs/docs/artefacts/postprocessors/) or [codec](https://www.tremor.rs/docs/artefacts/codecs/) is sufficient and these are relatively easy to contribute.
- You need connectivity to a system, protocol or technology that is not currently supported directly or indirectly by the existing set of [connectors](https://www.tremor.rs/docs/artefacts/connectors).
- In many cases ( textual formats ) a [preprocessor](https://www.tremor.rs/docs/0.12/reference/preprocessors/), [postprocessor](https://www.tremor.rs/docs/0.12/reference/postprocessors/)
- You need connectivity to a system, protocol or technology that is not currently supported directly or indirectly by the existing set of [connectors](https://www.tremor.rs/docs/0.12/reference/connectors/).
- If in doubt, please reach out and create a ticket so we can assist and advise.
- You require complex and expensive operations on your event streams like joins of huge streams. Tremor is not built for huge analytical datasets, rather for tapping into infinite datastreams at their source (e.g. k8s events, syslog, kafka).

Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a docker-compose based demonstration of some of the capabilities of Tremor.

It starts a kafka node, elasticsearch single-node cluster, kibana and influxdb and, last but not least, one Tremor instance.
It starts a kafka node, elasticsearch single-node cluster, kibana and influxdb and last, but not least, one Tremor instance.

The two main files to check out are the `demo.yaml` compose file and the `configs/tremor/config/main.troy` file,
containing the plumbing necessary for event routing and the core application logic.
Expand Down

0 comments on commit eed6e2f

Please sign in to comment.