Skip to content
Snippets Groups Projects
Commit 08633630 authored by kamenon2's avatar kamenon2
Browse files

Update README.md

parent 962480f4
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* OpenAQ: https://openaq.org/#/?_k=pt0eqe * OpenAQ: https://openaq.org/#/?_k=pt0eqe
* OpenAQ API Docs: https://docs.openaq.org/ * OpenAQ API Docs: https://docs.openaq.org/
*
<p>
Kafka Integration (openaq s3 pull --> kafka topic push): Kafka Integration (openaq s3 pull --> kafka topic push):
Changes made to default kafka and broker settings. Changes made to default kafka and broker settings.
...@@ -37,3 +37,5 @@ Application: Spring-Boot (OpenAQMainApplication.java) ...@@ -37,3 +37,5 @@ Application: Spring-Boot (OpenAQMainApplication.java)
2) For your aws_access_key_id and aws_secret_access_key, these need go to C:\Users\kajay\.aws\credentials 2) For your aws_access_key_id and aws_secret_access_key, these need go to C:\Users\kajay\.aws\credentials
3) Rest your local kafka IP address changes and configuration should be straight forward. An topic has to be created on your kafka for openaq-stream-in-data-topic. 3) Rest your local kafka IP address changes and configuration should be straight forward. An topic has to be created on your kafka for openaq-stream-in-data-topic.
4) S3OpenAQBucketReader -> this has the actual code for s3 read and kafka write. --> it works :) 4) S3OpenAQBucketReader -> this has the actual code for s3 read and kafka write. --> it works :)
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment