Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Oct 29, 2024
1 parent 2a71e30 commit 0c82ff6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docpage/docs/03.- Sources/AWS/S3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The S3 Source requires:

Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/Sources/AWS/) to define the Access Key and Secret Key.

S3 Source consists of the following component:
- GetSQS

```
GetS3:
- name: S3
Expand Down
3 changes: 3 additions & 0 deletions docpage/docs/03.- Sources/AWS/SQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SQS Source consumes from an AWS SQS queue. It creates an SQS in creation time, r
Here is an example of the configuration file. Check the documentation of [AWS credentials](/dcnios/docs/Sources/AWS/) to define the Access Key and Secret Key.


SQS Source consists of the following component:
- GetSQS

```
SQS:
- name: sqs
Expand Down
4 changes: 4 additions & 0 deletions docpage/docs/03.- Sources/Kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The Kafka Source allows us to consume a Kafka topic. It requires this informatio

An SSL connection between NiFi and Kafka is necessary. A PKCS12 certificate and the certificate's password must be provided.


Kafka Source consists of the following component:
- ConsumeKafka_2_6

```
Kafka:
- name: kafka
Expand Down
2 changes: 1 addition & 1 deletion docpage/docs/03.- Sources/dcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dCache is a Source that listens into a dCache instance. The following values mus
- Folder of dCache where keeps an active listening.Required.
- Statefile is the file that will store the state. Please, do not employ `dcache` as its name, as it may cause problems. Required.

The dCache Source only works when the NiFi cluster is deployed with the image `ghcr.io/grycap/nifi-sse:latest`, is composed of:
The dCache Source only works when the NiFi cluster is deployed with the image `ghcr.io/grycap/nifi-sse:latest`, consists of the following component:
- ExecuteProcess
- GetFile

Expand Down
2 changes: 1 addition & 1 deletion docpage/docs/04.- Destinations/OSCAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The OSCAR Destination invokes an OSCAR service asynchronously:
- Token or user/password. User/password or token. The user/password has priority over the token. Please, do not edit the OSCAR services. Required.


Destination is composed of this component:
OSCAR Destination consists of the following component:
- InvokeOSCAR


Expand Down
7 changes: 6 additions & 1 deletion docpage/docs/05.- Alterations/Decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ Here is the YAML example.
alterations:
- action: Decode
Encoding: base64
```
```

Decode Alteration consists of the following component:
-EncodeContent

In this case, DCNiOS uses the same file as the Encode ProcessGroup; it simply changes the configuration.
6 changes: 5 additions & 1 deletion docpage/docs/05.- Alterations/Encode.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ Here is the YAML example.
alterations:
- action: Encode
Encoding: base64
```
```


Encode Alteration consists of the following component:
- EncodeContent
5 changes: 4 additions & 1 deletion docpage/docs/05.- Alterations/Merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ alterations:
- action: Merge
maxMessages: 10
windowSeconds: 2
```
```

Merge Alteration consists of the following component:
- MergeContent

0 comments on commit 0c82ff6

Please sign in to comment.