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

sqlite support #627

Closed
gissehel opened this issue Oct 26, 2015 · 6 comments · Fixed by #630
Closed

sqlite support #627

gissehel opened this issue Oct 26, 2015 · 6 comments · Fixed by #630

Comments

@gissehel
Copy link

Is support for sqlite databases something feasible ?

@tomkanjam
Copy link

+1

@gissehel
Copy link
Author

I've checked the code, it should not be much to do, I'll try to contribute that change.

@arikfr
Copy link
Member

arikfr commented Oct 28, 2015

👍 indeed it should be simple enough, and similar to the MySQL or Postgres query runners.

But I'm curious: in what use case you find it useful to connect re:dash to a sqlite datasource?

@gissehel
Copy link
Author

I've submitted a pull request with that feature.

For those who want to test it easily, I've pushed a docker image gissehel/redash_sqlite ( https://hub.docker.com/r/gissehel/redash_sqlite/ ) that contains:

@gissehel
Copy link
Author

in what use case you find it useful to connect re:dash to a sqlite datasource?

When... I need to easily get & graph informations out of a sqlite datasource :)

I wrote a tool that analyze several log sources from a production environment, and daily consolidate those informations in a sqlite database, and then extract graphs from those tables. Those tables are a mine of informations that are useful for those who can query them.

Plugging re:dash on that database would allow to easily extract information from that database, remeber useful queries under names, and perhaps let my boss and co-worker be aware of those informations with pretty graph without letting them drawn into Sqlite queries.

@tomkanjam
Copy link

Our app, which is installed at customer sites, uses sqlite to store data and logs. We retrieve sqlite DBs on a daily basis for troubleshooting purposes. Would be nice to visualize data and store common queries.

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

Successfully merging a pull request may close this issue.

3 participants