clojure-quant / quanta-studio

0 stars 0 forks source link

idea: datahike query engine with more than db services #9

Open awb99 opened 2 months ago

awb99 commented 2 months ago

the datahike query language is very powerful.

it is possible to add other datasources to datahike.

what could we add?

asset-db

series-db (so we can write queries that can return bar-series)

algo-result-db (so we can write queries that get us the view of algo state that we want)

what would be the benefit? we dont need any api, other than the datahike query language (which is clojure).