-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracker.yaml
More file actions
58 lines (53 loc) · 970 Bytes
/
tracker.yaml
File metadata and controls
58 lines (53 loc) · 970 Bytes
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
modules:
submission_crawler:
image: catenae/rut-links
output:
- user_ids_to_check
instances: 1
comment_crawler:
image: catenae/rut-links
output:
- user_ids_to_check
instances: 1
new_user_filter:
image: catenae/rut-links
input:
- user_ids_to_check
output:
- new_users
aerospike:
namespace: test
set: setup_objects
instances: 1
user_content_crawler:
image: catenae/rut-links
input:
- new_users
- p1_users
- p2_users
- p3_users
- p4_users
- p5_users
- p6_users
output:
- new_texts
aerospike:
namespace: test
set: setup_objects
instances: 1 # 12
post_storer:
image: catenae/rut-links
input:
- new_texts
conf:
kafka:
address: 127.0.0.1
port: 9092
aerospike:
address: 127.0.0.1
port: 3000
ancoris:
address: 127.0.0.1
port: 40100
base_url: /api/v1.0