-
Notifications
You must be signed in to change notification settings - Fork 11
Create NiFi Deployment Guide with configuration steps #281
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # NiFi Setup and Configuration Guide | ||
|
|
||
| After executing the Docker Compose setup, follow these steps to configure NiFi with the necessary templates and services: | ||
|
|
||
| ## 1. Configure AWS Credentials | ||
|
|
||
| - Navigate to the **Controller Services** section. | ||
| - In the **AWSCredentialsProviderControllerService**, enter the required AWS credentials: | ||
| - **Access Key ID** | ||
| - **Secret Access Key** | ||
|
Comment on lines
+5
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add security best practices and required IAM permissions. The guide instructs users to enter AWS credentials directly without mentioning security best practices or required permissions. Consider adding:
🤖 Prompt for AI Agents |
||
|
|
||
| ## 2. Configure Database Credentials | ||
|
|
||
| - For each database integrated with NiFi, enter the respective credentials: | ||
| - **Database passwords** | ||
| - Enable all controller services in the **NiFi Flow Configuration** by clicking the **lightning icon**. | ||
|
Comment on lines
+12
to
+16
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify which databases and controller services need configuration. The instructions are too vague:
🤖 Prompt for AI Agents |
||
|
|
||
| ## 3. Set Parameter Context for Specific Buckets | ||
|
|
||
| - To add a specific AWS bucket, navigate to **Parameter Contexts** and select **pbucket**. | ||
| - The default bucket name is **tazama** (case-sensitive). | ||
| - Add the following parameter contexts: | ||
| - **phttp** for InvokeHTTP | ||
| - **pozone** for PutS3Bucket | ||
| - **pbucket** for UpdateAttributes | ||
|
Comment on lines
+18
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify Parameter Context instructions and provide parameter details. This section has confusing instructions and missing critical information:
Without these details, users cannot complete the configuration. 🤖 Prompt for AI Agents |
||
|
|
||
| ## 4. Start All Processors | ||
|
|
||
| - Select all processors using **Shift + Click** or **Shift + Arrow Keys**. | ||
| - Go to the **Operate** menu and click **Start** to begin processing. | ||
|
|
||
| ## Conclusion | ||
|
|
||
| Ensure all configuration steps are completed and all controller services are enabled. This will allow the NiFi flow to run smoothly and interact correctly with the configured AWS services and databases. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the SPDX license header.
The PR description states that an Apache-2.0 SPDX license header is included, but it's missing from the file. Documentation files should include the license header at the top.
📄 Proposed fix to add license header
📝 Committable suggestion
🤖 Prompt for AI Agents