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

[RFE] Presentation of an remote database and sharing #41

Open
saaj opened this issue Apr 25, 2021 · 0 comments
Open

[RFE] Presentation of an remote database and sharing #41

saaj opened this issue Apr 25, 2021 · 0 comments

Comments

@saaj
Copy link
Contributor

saaj commented Apr 25, 2021

As a user of Sqliteviz,
In order to share my data and its visualisation(s) with others,
I want to be able to import/download external data and the inquiry by just following a URL to Sqliteviz, and to export/upload mine.

The URL may look something like (respective to the instance can also be localhost:8080 and so on):

https://lana-k.github.io/sqliteviz/?database=...&inquiries=...&id=id-of-the-viz-in-the-file

Where:

  • database is a (CORS-enabled) URL to a SQLite database
  • inquiries is a (CORS-enabled) URL to a Sqliteviz JSON inquiry file (like inquiries.json)
  • id is a visualisation is the inquiries file

To make the user interaction smooth there can be an integration with GitHub Gist to automatically upload the database and config. Conversely it can be useful to also be able to open/import a GitHub Gist. CORS seems to be there as I can see Access-Control-Allow-Origin: * there.

As a similar solution for reference:

@saaj saaj changed the title [RFE] Presentation of an "external" database and sharing [RFE] Presentation of an remote database and sharing May 1, 2021
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

1 participant