Open tomnewg opened 3 years ago
hi Tom - thanks for your interest in arctic. The data that arctic writes is written in a format that arctic understands, so the easiest tool for reading and writing arctic data is arctic itself. In theory you could read the data out of the arctic data store with a non arctic client, but that would require you to rewrite the arctic read layer.
I suspect what youre asking is how would one get data from arctic into some third party system, like PowerBI? If that's what you'd like to do, you'd need to find out if PowerBI has a python access library. If so, then you could write a program to read/write data using arctic, then export it immediately into PowerBI (or any other system) using the python API provided by that third party tool. I hope that makes sense.
Duncan
Hi guys,
first of all thank you so much for arctic and all the work that has been put into it. Such an awesome tool.
I have been using it for 1.5 years. I am currently trying to make the data accessible to non-programmers.
Many thanks for your help or any direction you can point me to.
Tom