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

ETL: Add Apache NiFi #125

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"https://www.microsoft.com",
# 500 Server Error: Internal Server Error for url
"https://sigmod.org/",
# 403 Client Error: Forbidden for url
"https://www.datanami.com/",
]

linkcheck_timeout = 5
31 changes: 28 additions & 3 deletions docs/integrate/etl.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ orchestration.
![](https://github.com/crate/crate-clients-tools/assets/453543/60cfc82a-db0a-49f1-8e26-a37b774b3614){h=120px}
![](https://github.com/crate/crate-clients-tools/assets/453543/2bd59577-b664-45ae-a71e-36a130d36739){h=120px}

```{seealso}
[CrateDB and Apache Hop]
```


## Apache Kafka
Expand Down Expand Up @@ -160,6 +157,33 @@ them all, see the [overview about more managed Kafka offerings].
:::


## Apache NiFi

```{div}
:style: "float: right; margin-left: 0.3em"
[![](https://nifi.apache.org/images/apache-nifi-drop-logo.svg){w=180px}](https://nifi.apache.org/)
```

[Apache NiFi] is an easy to use, powerful, and reliable system to process and
distribute data. NiFi automates cybersecurity, observability, event streams,
and generative AI data pipelines and distribution for thousands of companies
worldwide across every industry.

- **Data provenance tracking**: Complete lineage of information from beginning to end.
- **Extensive configuration**: Loss-tolerant and guaranteed delivery, Low latency and
high throughput, Dynamic prioritization, Runtime modification of flow configuration,
Back pressure control.
- **Browser-based user interface**: Seamless experience for design, control, feedback,
and monitoring
- **Secure communication**: HTTPS with configurable authentication strategies,
Multi-tenant authorization and policy management, Standard protocols for encrypted
communication including TLS and SSH.

![](https://github.com/crate/crate-clients-tools/assets/453543/ba6973dd-2eec-4f1f-a436-96aac7eb9892){h=120px}
![](https://github.com/crate/crate-clients-tools/assets/453543/7fd4d2e7-98bc-44ee-b441-e1835016ab4d){h=120px}
![](https://github.com/crate/crate-clients-tools/assets/453543/ccfa4ac7-0d60-432f-b952-2b50789cd325){h=120px}


## dbt

```{div}
Expand Down Expand Up @@ -372,6 +396,7 @@ an SSIS Catalog database to store, run, and manage packages.
[Apache Hop]: https://hop.apache.org/
[Apache Kafka]: https://kafka.apache.org/
[Apache Kafka on Azure]: https://azuremarketplace.microsoft.com/marketplace/consulting-services/canonical.0001-com-ubuntu-managed-kafka
[Apache NiFi]: https://nifi.apache.org/
[Astronomer]: https://www.astronomer.io/
[Azure Event Hubs for Apache Kafka]: https://learn.microsoft.com/en-us/azure/event-hubs/azure-event-hubs-kafka-overview
[Confluent Cloud]: https://www.confluent.io/confluent-cloud/
Expand Down
Loading