sfkeller: no ckan stuff yet, though i feel like finnp looked into it
sfkeller: and can you elaborate on the schema mapping question? we store everything in protocol buffers so theoretically there could be something that uses protobuf schemas to do schema mapping to other things, but i dunno what a general purpose api would look lie
dat/master 1a519bc Anton Podviaznikov: fix example. Should be an array
dat/master b1e7628 Max Ogden: Merge pull request #224 from podviaznikov/patch-2...
sfkeller
ogd: Regarding my schema mapping question: In OGD we often have heterogeneous schemas around a similar topic, like building addresses (e.g. coming from different states/cantons). I'm looking for an aggregation service which "harmonizes" these sources and offers a "unified" (e.g. nation wide) data set. This needs "adapters" which do schema transformation like this http://webhelp.esri.com/arcgisdesk
sfkeller: so i have been conceptualizing a thing called the 'dat external table sync API'
sfkeller: i need to write it up, but it would basically be a section in the dat.json config that you could add to configure an external table that your data should get written to automatically
so if data gets written to dat, and you have an external table setup, dat would automatically push data there
the actual push mechanism would be some sort of module that can take a row of data from dat and insert it into a remote table
another aspect of the table sync api would be a schema mapping
so you could choose which how to map the data from dat into the external table
so e.g. you could write a postgres-external-table module and add it to dat.json, along with the pg table you wanna write to and how to map the schema when you write it
domanic_ joined the channel
sfkeller: ahh interesting (the biztalk map)
sfkeller
Actually: I'd wish some schema mapping language like this https://github.com/sourcepole/ogrtools (or a better one :-) ) of which I was and still am involved.
domanic has quit
I mean, the OGR/GDAL open source converter should anyway become part of dat.