forked from cbogart/githubscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
22 lines (22 loc) · 924 Bytes
/
config_example.json
File metadata and controls
22 lines (22 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"db_host": "localhost",
"db_user": "",
"db_password": "",
"db_time_zone": "+1:00",
"github_authtokens": [""],
"mongodb_proc": "example",
"mongodb_raw": "example-raw",
"mongourl": "mongodb://127.0.0.1:27017",
"clone_dir": "~/extract/clones",
"validation_dir": "~/extract/data/example/validation",
"sample_set": "/usr2/scratch/giterator/new_giterator/sample_set_example.txt",
"data_dir" : "~/extract/data/example",
"issues_dir": "~/extract/data/example/issues",
"success_stats": "~/extract/data/example/daily_stats_example_with_comments.csv",
"success_stats_mo": "~/extract/data/example/monthly_stats_example_with_comments.csv",
"git_users": "~/extract/data/example/git_users.csv",
"git_projects": "~/extract/data/example/git_projects.csv",
"events": "~/extract/data/example/events",
"events-db": "gha_example",
"versions": "~/extract/data/example/versions.csv"
}