Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data visualisation of datasets stored with arctic #916

Open
tomnewg opened this issue Oct 10, 2021 · 1 comment
Open

Data visualisation of datasets stored with arctic #916

tomnewg opened this issue Oct 10, 2021 · 1 comment

Comments

@tomnewg
Copy link

tomnewg commented Oct 10, 2021

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.

  1. Is it possible to use the data stored with arctic? I.e. I know one can link Power BI with the help of a connector to mongo db. Would I be able to access the datasets through that or are they stored in a certain way that requires arctic to read it out?
  2. if yes what software would you use? I was thinking about Power BI but it is quite limited in some operations I want to do for example a drop down where a user can choose different datasets.
  3. If no what other options do I have storing pandas datasets and using some tools to build user interfaces. I don't want to reinvent the wheel as there are a lot of tools out there.

Many thanks for your help or any direction you can point me to.

Tom

@dunckerr
Copy link
Contributor

dunckerr commented Nov 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants