django-sql-dashboard VS govuk-form-builder

Compare django-sql-dashboard vs govuk-form-builder and see what are their differences.

govuk-form-builder

A form builder for Ruby on Rails that’s compatible with the GOV.UK Design System. (by x-govuk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
django-sql-dashboard govuk-form-builder
8 5
431 69
- -
4.4 8.7
about 2 months ago 8 days ago
Python Ruby
Apache License 2.0 MIT License
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-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

govuk-form-builder

Posts with mentions or reviews of govuk-form-builder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    I build and maintain some libraries that are used by teams working on GOV.UK projects in Rails. Have been inundated with offers since their release, and they've gone on to be used in some fairly high profile things.

    https://github.com/x-govuk/govuk-form-builder

  • USWDS: The United States Web Design System
    11 projects | news.ycombinator.com | 29 Mar 2022
    This is my side project, I'm a dev currently contracting at DfE. This library and the form builder[0] make working with the design system easier for Rails devs.

    [0] https://govuk-form-builder.netlify.app/

  • Meme, 2 images
    1 project | /r/CasualUK | 7 Feb 2022
    If you dig around on GitHub you'll see most government departments have an organisation where they publish stuff. For example, here's the MoJ, DfE, Cabinet Office.
  • Can I make a website entirely with Ruby?
    1 project | /r/rubyonrails | 22 Jun 2021
  • Why is uncoupled documentation bad?
    6 projects | news.ycombinator.com | 6 Jun 2021
    This is definitely the best approach in my opinion, providing the people writing the docs are capable of contributing directly.

    One of my projects[0] builds and deploys a static documentation site[1] on every push to master. The static site generator (Nanoc, in this case) then pulls in the library and uses it to publish its own documentation. All the examples are snippets of code[2] that are both displayed as-is and eval'd into the final output.

    The guide can never be out of sync with the library.

    [0] https://github.com/dfe-digital/govuk_design_system_formbuild...

    [1] https://govuk-form-builder.netlify.app/

    [2] https://github.com/DFE-Digital/govuk_design_system_formbuild...

What are some alternatives?

When comparing django-sql-dashboard and govuk-form-builder you can also consider the following projects:

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

Rails Bootstrap Forms - Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.

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

Docusaurus - Easy to maintain open source documentation websites.

govuk_design_system_formbuild

django-sql-explorer - Easily share data across your company via SQL queries. From Grove Collab.

whitehall - Publishes government content on GOV.UK

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

papermill - 📚 Parameterize, execute, and analyze notebooks

datasette - An open source multi-tool for exploring and publishing data