-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
44 lines (34 loc) · 1.07 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"kafka": {
"bootstrap_servers": ["ec2-18-116-108-20.us-east-2.compute.amazonaws.com"]
},
"mongodb": {
"host": "mongodb://vignesh:Vicky2201@ec2-18-116-108-20.us-east-2.compute.amazonaws.com",
"port": 27017
},
"rss_link_producer":{
"producer_topic": "pipeline_rss_links_01",
"database": "vigil",
"collection": "rss_links_new"
},
"rss_scrapers": {
"threads": 10,
"consumer_topic": "pipeline_rss_links_01",
"group_id": "group_scrapers_02",
"error_log_db": "vigil",
"error_log_collection": "error_log_rss_links",
"rss_links_db": "vigil",
"rss_links_collection": "rss_links_new",
"producer_topic": "pipeline_news_01"
},
"bert_ner": {
"threads": 3,
"consumer_topic": "pipeline_news_01",
"group_id": "group_ner_sentiment_01",
"producer_topic": "",
"error_log_db": "vigil",
"error_log_collection": "error_log_bert",
"result_db": "vigil",
"result_collection": "newsFeed"
}
}