django-sql-explorer VS django-sql-dashboard

Compare django-sql-explorer vs django-sql-dashboard and see what are their differences.

django-sql-explorer

Easily share data across your company via SQL queries. From Grove Collab. (by chrisclark)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
django-sql-explorer django-sql-dashboard
4 8
2,200 430
0.6% -
8.3 4.4
7 days ago about 2 months ago
Python Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

django-sql-explorer

Posts with mentions or reviews of django-sql-explorer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.
  • Online Django Development Sprint, October 19-20.
    6 projects | /r/django | 19 Oct 2023
  • Saving Filtered Querysets for Future Access
    2 projects | /r/django | 4 Oct 2022
  • 3% of 666 Python codebases we checked had a silently failing unit test
    20 projects | /r/Python | 15 Feb 2022
    https://github.com/ansible-community/ara/pull/358 https://github.com/b12io/orchestra/pull/830 https://github.com/batiste/django-page-cms/pull/210 https://github.com/carpentries/amy/pull/2130 https://github.com/celery/django-celery/pull/612 https://github.com/django-cms/django-cms/pull/7241 https://github.com/django-oscar/django-oscar/pull/3867 https://github.com/esrg-knights/Squire/pull/253https://github.com/Frojd/django-react-templatetags/pull/64 https://github.com/groveco/django-sql-explorer/pull/474 https://github.com/jazzband/django-silk/pull/550 https://github.com/keras-team/keras/pull/16073 https://github.com/ministryofjustice/cla_backend/pull/773 https://github.com/nitely/Spirit/pull/306 https://github.com/python/pythondotorg/pull/1987 https://github.com/rapidpro/rapidpro/pull/1610 https://github.com/ray-project/ray/pull/22396 https://github.com/saltstack/salt/pull/61647 https://github.com/Swiss-Polar-Institute/project-application/pull/483 https://github.com/UEWBot/dipvis/pull/216
  • Show HN: Django SQL Dashboard
    3 projects | news.ycombinator.com | 10 May 2021
    Very cool! I wrote Django SQL Explorer[0], and this looks very similar in spirit, but an emphasis on visualization that Explorer does not have (to the extent it has a focus, it's more on providing a reasonable way to write complex queries and re-use them).

    These types of tools are extremely handy.

    [0] https://github.com/groveco/django-sql-explorer

django-sql-dashboard

Posts with mentions or reviews of django-sql-dashboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-18.
  • Datasette is my data hammer
    6 projects | news.ycombinator.com | 18 Jan 2023
    I have a sister project to Datasette called Django SQL Dashboard which works against PostgreSQL databases: https://django-sql-dashboard.datasette.io

    It used Django for the authentication layer but can otherwise work against any PostgreSQL database.

    I partly built it to help explore what Datasette could look like if it expanded to work with more databases than SQLite. That's still something I'm considering doing in the future, via a plugin hook, but it's not on my short-term roadmap.

  • How do you log all API calls in your application?
    3 projects | /r/django | 22 Dec 2022
  • Saving Filtered Querysets for Future Access
    2 projects | /r/django | 4 Oct 2022
  • Do I need to create seperate app for a dashboard?
    1 project | /r/django | 11 Aug 2021
    Reusable apps do exist (I released one myself a few months ago, https://django-sql-dashboard.datasette.io) but in most projects apps are single-use only - at which point they become little more than a code organization tool.
  • Why is uncoupled documentation bad?
    6 projects | news.ycombinator.com | 6 Jun 2021
    I use documentation systems that publish the documentation from the repo to a website. Most of my projects use Sphinx and reStructuredText for this, but I recently tried MyST (Markdown for Sphinx) and I like that a lot.

    Some examples:

    - https://docs.datasette.io serves documentation from https://github.com/simonw/datasette - which has documentation unit tests here: https://github.com/simonw/datasette

    - https://django-sql-dashboard.datasette.io/ serves from markdown in https://github.com/simonw/django-sql-dashboard - I don't have documentation unit tests for that yet

  • Dataflow, a self-hosted Observable Notebook Editor
    2 projects | news.ycombinator.com | 13 May 2021
    Weirdly my Django SQL Dashboard project fits the bill a bit here: you can build up a "dashboard" (which is a tiny bit notebook-like if you squint at it the right way) with multiple SQL queries on it, and save that either as a bookmark or as a "saved dashboard" with a URL.

    https://django-sql-dashboard.datasette.io/

    In my own work I've been using it for the kind of things that I would normally use a Jupyter notebook for - gathering together research on problems I'm trying to solve.

  • Show HN: Django SQL Dashboard
    3 projects | news.ycombinator.com | 10 May 2021
    It's hand-written CSS - there's not much of it: https://github.com/simonw/django-sql-dashboard/tree/01bb7e60...
  • Data Analysis with Django
    3 projects | /r/django | 29 Apr 2021
    I've been building a tool for this over the past couple of months called Django SQL Dashboard - it currently only works with PostgreSQL and you need to create a read-only database connection, but it then provides an interface for executing any bookmarking SQL queries plus some basic visualizations: https://github.com/simonw/django-sql-dashboard

What are some alternatives?

When comparing django-sql-explorer and django-sql-dashboard you can also consider the following projects:

django-tastypie - Creating delicious APIs for Django apps since 2010.

Redash - Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

scripts-to-rule-them-all - Set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects.

django-modern-rpc - Simple XML-RPC and JSON-RPC server for modern Django

Docusaurus - Easy to maintain open source documentation websites.

Python Blogs - A curated list of python programming language blogs

dash - Data Apps & Dashboards for Python. No JavaScript Required.

django-template - A battle-tested Django 2.1 project template with configurations for AWS, Heroku, App Engine, and Docker.

papermill - 📚 Parameterize, execute, and analyze notebooks

django-admin-interface - :superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.

govuk-form-builder - A form builder for Ruby on Rails that’s compatible with the GOV.UK Design System.