Skip to content

Commit

Permalink
add n8n: #802
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Jul 10, 2024
1 parent 0d7a83d commit 9657593
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
1 change: 1 addition & 0 deletions documentation/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The Modern Data Platform version 1.18.0 contains the following bug fixes and enh
* Unstructured API
* gpt-researcher
* Docker Exec Web Console
* n8n

### Version upgrades

Expand Down
7 changes: 7 additions & 0 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,13 @@ For each service there might be some other settings, such as controlling the num
| [**_MonitoFi_**](./services/monitofi.md)     ![x86-64](./images/x86-64.png) | | | |
| `MONITOFI_enable` | `false` | 1.17.0 | Generate MonitoFi service (you also have to enable InfluxDB and Grafana) |
| `MONITOFI_sleep_interval` | `60` | 1.17.0 | The refresh interval |
| [**_n8n_**](./services/n8n.md)     ![x86-64](./images/x86-64.png) | | | |
| `N8N_enable` | `false` | 1.18.0 | Generate n8n service | | |
| `N8N_volume_map_data` | `false` | 1.18.0 | Generate n8n service | | |
| `N8N_db_type` | `sqlite` | 1.18.0 | The database type to use, either `sqlite` or `postgres`. | | |
| `N8N_postgres_dbname` | `` | 1.18.0 | the name of the database, if `N8N_db_type` is set to `postgres`. | | |
| `N8N_postgres_user` | `` | 1.18.0 | the name of the database user, if `N8N_db_type` is set to `postgres`. | | |
| `N8N_postgres_password` | `` | 1.18.0 | the password of the database user, if `N8N_db_type` is set to `postgres`. | | |
| [**_Apache StreamPipes_**](./services/streampipes.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `STREAMPIPES_enable` | `false` | 1.14.0 | Generate Apache StreamPipeps service |
| [**_Cribl Stream_**](./services/cribl-stream.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
Expand Down
9 changes: 5 additions & 4 deletions documentation/port-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ Container Port(s) | Internal Port(s) | Service (alternatives) |
5011 | 5001 | marquez |
5020 | 5000 | docker-registry |
5050 | 5050 | zeppelin |
5500 | 5500 | oracledb-ee |
5501 | 5500 | oracledb-xe |
\- | 5432 | hive-metastore-db |
\- | 5432 | hue-db |
5432 | 5432 | postgresql |
5433 | 5432 | timescaledb |
5434 | 5432 | marquez-db |
5435 | 5432 | dataverse-postgresql |
5500 | 5500 | oracledb-ee |
5501 | 5500 | oracledb-xe |
\- | 5432 | hive-metastore-db |
\- | 5432 | hue-db |
5555 | 5555 | airflow-flower |
5601 | 5601 | kibana |
5602 | 5601 | datahub-kibana |
Expand All @@ -120,6 +120,7 @@ Container Port(s) | Internal Port(s) | Service (alternatives) |
5672 | 5672 | activemq |
5673 | 5672 | rabbitmq (amqp) |
5674 | 5672 | solace-pubsub (amqp) |
5678 | 5678 | n8n |
5701 | 5701 | hazelcast -1 |
5705 | 5701 | zeebe-1 |
5778 | 5778 | jaeger (config) |
Expand Down
16 changes: 16 additions & 0 deletions documentation/services/n8n.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

**[Website](https://n8n.io)** |**[Documentation](https://docs.n8n.io/)** | **[GitHub](https://github.com/n8n-io/n8n)**

## How to enable?

```
platys init --enable-services N8N
platys gen
```

## How to use it?

Navigate to <http://dataplatform:5678>.

0 comments on commit 9657593

Please sign in to comment.