-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
225 lines (225 loc) · 5.68 KB
/
configuration.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"siteTitle": "מפת המענים החברתיים",
"kinds": [
{
"name": "entities",
"display": "Enrich Entity Data and Branches using Guidestar and BudgetKey",
"dgp": false,
"admin": true
},
{
"name": "soproc",
"display": "Scrape Social Procurement and Click Data",
"dgp": false,
"admin": true
},
{
"name": "shil",
"display": "Scrape Shil",
"dgp": false,
"admin": true
},
{
"name": "mental_health_clinics",
"display": "Scrape Mental Health Clinics",
"dgp": false,
"admin": true
},
{
"name": "revaha",
"display": "Scrape Mahlakot HaRevaha",
"dgp": false,
"admin": true
},
{
"name": "meser",
"display": "Scrape Meser Data from Misrad HaRevaha",
"dgp": false,
"admin": true
},
{
"name": "kolzchut_orgs",
"display": "Scrape KolZchut Social Organizations",
"dgp": false,
"admin": true
},
{
"name": "manual_data_entry",
"display": "Scrape Manually Curated Data",
"dgp": false,
"admin": true
},
{
"name": "geocode",
"display": "Geocoding",
"dgp": false,
"admin": true
},
{
"name": "taxonomy",
"display": "Taxonomy Fetcher",
"dgp": false,
"admin": true
},
{
"name": "derive",
"display": "Derive all databases from staging data.",
"dgp": false,
"admin": true
},
{
"name": "presets",
"display": "Load Presets from AirTable to ES",
"dgp": false,
"admin": true
},
{
"name": "backup",
"display": "Backup Manual Airtable to CKAN",
"dgp": false,
"admin": true
},
{
"name": "deploy",
"display": "Copy manual tagging from staging to production",
"dgp": false,
"admin": true
},
{
"name": "benchmark",
"display": "Run search benchmarks",
"dgp": false,
"admin": true
},
{
"name": "tipat",
"display": "Scrape Tipat Halav",
"dgp": false,
"admin": true
},
{
"name": "gilzahav",
"display": "Scrape Gil Hazahav",
"dgp": false,
"admin": true
}
],
"theme": {
"primary": "#333",
"primary_dark": "#222",
"secondary": "#fff"
},
"schedules": [
{
"name": "@daily",
"display": "Daily"
},
{
"name": "@weekly",
"display": "Weekly"
},
{
"name": "@monthly",
"display": "Monthly"
},
{
"name": "@yearly",
"display": "Yearly"
},
{
"name": "@hourly",
"display": "Hourly"
},
{
"name": "7 */3 * * *",
"display": "3-Hourly"
},
{
"name": "manual",
"display": "Manual"
}
],
"homepage": "https://www.kolzchut.org.il/en/Main_Page",
"dateFormats": [
{
"display": "Automatic",
"format": "auto"
},
{
"display": "Automatic - YMD",
"format": "auto_ymd"
},
{
"display": "Automatic - YDM",
"format": "auto_ydm"
},
{
"display": "Automatic - DMY",
"format": "auto_dmy"
},
{
"display": "Automatic - MDY",
"format": "auto_mdy"
},
{
"display": "MM/DD/YY - 04/22/14",
"format": "%m/%d/%y"
},
{
"display": "MM/DD/YYYY - 04/22/2014",
"format": "%m/%d/%Y"
},
{
"display": "DD/MM/YY - 22/04/14",
"format": "%d/%m/%y"
},
{
"display": "DD/MM/YYYY - 22/04/2014",
"format": "%d/%m/%Y"
},
{
"display": "YYYY-MM-DD - 2014-04-14",
"format": "default"
},
{
"display": "YYYY/MM/DD - 2014/04/14",
"format": "%Y/%m/%d"
},
{
"display": "DD-MMM-YY - 22-Apr-14",
"format": "%d-%b-%y"
},
{
"display": "MMM DD YYYY - Apr 22 2014",
"format": "%b %d %Y"
},
{
"display": "YYYY-MM-DDTHH:MM:SS - 2014-04-22T00:00:00",
"format": "%Y-%m-%dT%H:%M:%S"
},
{
"display": "YYYY-MM-DDTHH:MM:SSZ - 2014-04-22T00:00:00Z",
"format": "%Y-%m-%dT%H:%M:%SZ"
},
{
"display": "DD-MM-YYYY HH:MM:SS ZZZ - 22-04-2014 00:00:00 UTC",
"format": "%d-%m-%Y %H:%M:%S %Z"
},
{
"display": "MM-DD-YYYY HH:MM:SS ZZZ - 04-22-2014 00:00:00 UTC",
"format": "%m-%d-%Y %H:%M:%S %Z"
},
{
"display": "DD/MM/YYYY HH:MM:SS PM - 22/4/2014 00:00:00 PM",
"format": "%d/%m/%Y %H:%M:%S %p"
}
],
"features": {
"forcePrivate": true,
"titleEditable": false,
"titleVisible": false,
"dataUnpivoting": false
},
"headerLinks": [],
"extraScripts": []
}