Garamond.jl icon indicating copy to clipboard operation
Garamond.jl copied to clipboard

Expand data loader support

Open zgornel opened this issue 5 years ago • 2 comments
trafficstars

Some out of the box data loaders should be available:

  • databases (ODBC?)
  • knowledge graphs (the most known)
  • streaming data (i.e. request-index-request looping on some pattern?)

zgornel avatar Sep 29 '20 19:09 zgornel

OpenStreetMap data loading support would be interesting as well, allowing users to query for data within a geospatial area, or along a route (like how Google Maps can show gas stations, coffeeshops, etc. along a route).

jpsamaroo avatar Nov 23 '20 00:11 jpsamaroo

I know ^_^ ! Even better, embedding that stuff. Its in the plan :) but have a bit of a busy period now. We can brainstorm this stuff, I believe that some graph-based embedding approach for openstreetmap can work and would be quite fast. I don't know how it would be handled by julia-db but I suppose it should not be a problem for small maps. For larger ones, probably more engine instances are required and some context broker to route requests...

zgornel avatar Nov 23 '20 08:11 zgornel