Django Sql Dashboard

screenshot of Django Sql Dashboard
django

Django app for building dashboards using raw SQL queries

Overview:

Django SQL Dashboard is a tool that provides an authenticated interface for executing read-only SQL queries directly against PostgreSQL databases within a Django framework. It offers features like ad-hoc analysis, query bookmarking, dashboard creation, and result export capabilities.

Features:

  • Run SQL Queries: Safely execute one or more read-only SQL queries against your database directly from the browser.
  • Query Bookmarking: Save and share query links with team members for collaboration.
  • Create Dashboards: Build customizable dashboards with query results and control access for viewing and editing.
  • Named Parameters: Easily create interactive dashboards by turning SQL query parameters into form fields.
  • Custom Widgets: Develop new dashboard widgets using Django's template system for data visualization.
  • Export Results: Download query results as CSV or TSV files efficiently using server-side streaming.
  • Copy to Tools: Easily transfer SQL query results to tools like Google Sheets or Excel.
  • Authentication Integration: Utilizes Django's authentication system for managing dashboard accounts.
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.