include notion of multiple interpretations of the data
This commit is contained in:
parent
6f7f1ddeb3
commit
1342ab44c9
57
readme.md
57
readme.md
@ -93,32 +93,35 @@ source definition
|
|||||||
"constraint":[
|
"constraint":[
|
||||||
"{doc}"
|
"{doc}"
|
||||||
],
|
],
|
||||||
"table_schema":[
|
"table_views":{
|
||||||
{
|
"default":[
|
||||||
"path":"{doc,origin_addresses,0}",
|
{
|
||||||
"type":"text",
|
"path":"{doc,origin_addresses,0}",
|
||||||
"column_name":"origin_address"
|
"type":"text",
|
||||||
},
|
"column_name":"origin_address"
|
||||||
{
|
},
|
||||||
"path":"{doc,destination_addresses,0}",
|
{
|
||||||
"type":"text",
|
"path":"{doc,destination_addresses,0}",
|
||||||
"column_name":"origin_address"
|
"type":"text",
|
||||||
},
|
"column_name":"origin_address"
|
||||||
{
|
},
|
||||||
"path":"{doc,status}",
|
{
|
||||||
"type":"text",
|
"path":"{doc,status}",
|
||||||
"column_name":"status"
|
"type":"text",
|
||||||
}
|
"column_name":"status"
|
||||||
{
|
}
|
||||||
"path":"{doc,rows,0,elements,0,distance,value}",
|
{
|
||||||
"type":"numeric",
|
"path":"{doc,rows,0,elements,0,distance,value}",
|
||||||
"column_name":"distance"
|
"type":"numeric",
|
||||||
}
|
"column_name":"distance"
|
||||||
{
|
}
|
||||||
"path":"{doc,rows,0,elements,0,duration,value}",
|
{
|
||||||
"type":"numeric",
|
"path":"{doc,rows,0,elements,0,duration,value}",
|
||||||
"column_name":"duration"
|
"type":"numeric",
|
||||||
}
|
"column_name":"duration"
|
||||||
]
|
}
|
||||||
|
],
|
||||||
|
"version2":[]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user