forked from jimmoffitt/rbHistoricalPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyPowerTrackConfig.yaml
31 lines (25 loc) · 1015 Bytes
/
MyPowerTrackConfig.yaml
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
#Account details.
account:
account_name: my_account_name #Used in URL for Historical API.
user_name: [email protected]
password_encoded: PaSsWoRd_EnCoDeD #At least some resemblance of security. Generated by Ruby "base64" gem.
#password: PlainTextPassword #Use this is you want to use plain text, and comment out the encoded entry above.
#Gnip Product Configurations:
#Gnip Historical API
historical:
storage: files #options: files, database --> Store activities in local files or in database?
base_output_folder: ./output #Root folder for downloaded files.
friendly_folder_names: true #converts job title into folder name by removing whitespace
#Current defaults
publisher: twitter
stream_type: track
#Local environment settings: databases, web servers, etc.
database:
host: 127.0.0.1
port: 3306
#Note: currently all PowerTrack example clients share a common database schema.
schema: power-track_development
user_name: root
password_encoded:
#password: test
type: mysql