Rework Docker setup, provide for remote DB, add example JSON
This commit is contained in:
parent
1f8741a14b
commit
6ef16787ab
8 changed files with 96 additions and 22 deletions
50
examples/event.json
Normal file
50
examples/event.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"geometry":
|
||||
{
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
2.3581337928771973,
|
||||
48.9261508727225
|
||||
],
|
||||
[
|
||||
2.3581552505493164,
|
||||
48.925847757044224
|
||||
],
|
||||
[
|
||||
2.3575007915496826,
|
||||
48.9258266093701
|
||||
],
|
||||
[
|
||||
2.3577260971069336,
|
||||
48.92278125079759
|
||||
],
|
||||
[
|
||||
2.3581552505493164,
|
||||
48.92259795940312
|
||||
],
|
||||
[
|
||||
2.3625540733337402,
|
||||
48.92277420114101
|
||||
],
|
||||
[
|
||||
2.362285852432251,
|
||||
48.92628480697097
|
||||
],
|
||||
[
|
||||
2.3581337928771973,
|
||||
48.9261508727225
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
,
|
||||
"properties":{
|
||||
"type":"football"
|
||||
,"what":"France-Roumanie 2016"
|
||||
,"what:series":"Euro 2016"
|
||||
,"start":"2016-06-10T21:00+01:00"
|
||||
,"stop":"2016-06-10T23:30+01:00"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue