-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapplication.conf
70 lines (64 loc) · 1.62 KB
/
application.conf
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
59
60
61
62
63
64
65
66
67
68
69
70
webserver {
actorSystem {
name = "interface",
port = 9999
},
queryPubsubActorName = "qpubsub",
resultPubsubActorName = "rpubsub",
//hostname = "localhost",
hostname = "mc05.cs.purdue.edu",
port = 9990,
data {
freq = 200, // 100 miliseconds
//trips-type = "trips",
//trips = "/Users/qadahtm/Research/MM/Data/BerlinMOD_0_2_CSV_new/trips.csv",
trips-type = "updates",
trips = "/Users/qadahtm/Research/MM/Data/trips05.csv",
queries = "/Users/qadahtm/Research/MM/Data/BerlinMOD_0_2_CSV_new/queryregions.csv"
twitter.queries.range = "queries/us_twitter_queries-range-100.csv"
twitter.queries.knn = "queries/us_twitter_queries-knn-100.csv"
}
},
twitterApi {
feeder {
hostname = "localhost",
port = 9998,
name = "inputTweets",
actorSystemName = "twitterLive",
},
location.filter {
maxLat = 90,
maxLng = 180,
minLat = -90,
minLng = -180
}
consumerKey = "Qz7KrhByudgnQI54Xhqmg",
consumerSecret = "5PCZKHOAAjJ3ymUqs8LdSxbLS2KcYTEVknWu7YW9Y7I",
accessToken = "262688354-SFBcWuaUsw7ZvBRQ4vGFAaNp3LM7xVKiGucqltVM",
accessTokenSecret = "ezT3YcR6aNLE4JEG8y6at85UiWKnYAYFRRTUWEEyzI",
},
kafka {
zk = "localhost:2183",
producer {
broker-list = "localhost:9092"
}
},
data {
berlinmod-dir = "/scratch2/aaly/BerlinMOD_output/",
twitter-dir = "/scratch2/aaly/brian/tweet_us/"
},
benchmark.queries{
// US
// north=49.26780455063753&west=-125.33203125&south=25.562265014427492&east=-66.44531250000000
maxLat = 49.26780455063753,
maxLng = -66.44531250000000,
minLat = 25.562265014427492,
minLng = -125.33203125,
range {
maxWidth = 2.0,
maxHeight = 2.0
},
knn {
maxK = 5
}
}