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

Grafana on EOX-Hub: Data Access #73

Open
sonjastndl opened this issue Aug 28, 2024 · 3 comments
Open

Grafana on EOX-Hub: Data Access #73

sonjastndl opened this issue Aug 28, 2024 · 3 comments
Assignees

Comments

@sonjastndl
Copy link

I startet investigating Grafana and tried to create dashboards to data stored on the EOX Hub.
A significant amount of data and results from our Use Case are stored as csv files and is not connected to or stored in a database, we are using the suggested PlugIn to source our data (Infinity data source) which can handle csv tables.
One can either upload from a local source (not Hub but machine) or provide an URL to a file, which in our case would be a link to the file in EoxHub e.g. "https://eoxhub.fairicube.eu/user/sonjastndl/.../.../s3/.../data/data.csv" that cannot be accessed because it requires a login.

Is there any other way to provide Hub-stored data?

@Schpidi
Copy link
Member

Schpidi commented Sep 8, 2024

Do I interpret your question correctly, that you want to publicly share your Grafana dashboard and thus use a method without authentication? Reading the Grafana documentation (https://grafana.com/docs/grafana/latest/dashboards/dashboard-public/) I believe you can use any of the available methods and still publicly share the resulting dashboard.

Sorry if I interpreted you question wrongly.

@sonjastndl
Copy link
Author

It's less about sharing Dashboards. If possible, we preferredly would like to use processed and stored on the EOX Hubto create these Dashbords. So far I understand that the EOX Hub Grafana instance is not directly connected to the Hub and one would have to provide a Web URL to the data (if not database). Connection then fails due to authentification.

If this is not possible, we need to consider creating a database in order to create dashboards.

@jetschny
Copy link

jetschny commented Sep 20, 2024

Hi Sonja, i just found this in our FAIRiCUBE documentation

https://fairicube--8.org.readthedocs.build/en/8/guide/storage/

The currently available [data access] services are:

-- Direct access to the objects via S3 API
-- HTTPS file access provided via AWS CloudFront CDN, which supports capabilities like custom domains, security, availability, and even adding own ones via lambda functions
-- Time-limited sharing via presigned URLs

maybe we have to learn more about that ourselves?

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

No branches or pull requests

4 participants