An open API service indexing awesome lists of open source software.

SQL

SQL stands for structured query language. It uses commands such as “select”, “insert”, “update”, “delete”. Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.

https://github.com/malihanan/book-sorority

A book resale web app in Django Framework.

django python sql

Last synced: 16 May 2026

https://github.com/gaurav-van/data-analysis-projects

Collections of Projects that involves Data Analysis and Informed Decision Making

data-analysis database powerbi sql

Last synced: 06 Sep 2025

https://github.com/kishorereddypudi/pizza-sales-data-analysis

Pizza Sales Analysis project demonstrates proficiency in using SQL and Power BI to analyze and visualize data effectively.

dashboard data-visualization dataanalysis database powerbi salesanalysis sql

Last synced: 28 Mar 2025

https://github.com/chrisorei/multitenancy-rbac-supabase-template

A production-ready template for implementing Multi-Tenancy and Role-Based Access Control (RBAC) using Supabase.

audit-log backend frontend multitenancy multitenant-applications multitenant-architecure security security-audit sql supabase

Last synced: 28 Mar 2025

https://github.com/prince-t-asamoah/bytes-of-china

A Codecademy PostgreSQL Practice Project

postgresql sql

Last synced: 04 Jun 2026

https://github.com/ritesh-ojha/self-learning

Welcome to my self-learning journey!

apache-spark aws docker github shell-script sql

Last synced: 04 Jan 2026

https://github.com/prince-t-asamoah/book-store-indexes

A Codecademy Advanced PostgreSQL Database Practice Project

postgresql sql

Last synced: 16 Jun 2025

https://github.com/mboula/mboula.github.io

GitHub portfolio + interactive resume | Showcasing data projects in civil rights (housing), cannabis, and analytics

cannabis case-study civil-rights compliance dashboards data-analysis data-cleaning data-vizualization excel google-data-analytics housing open-data pattern-analysis portfolio pro-se public-data r sql tableau

Last synced: 10 Jul 2025

https://github.com/hasanhammoudah/skinet_part_2

This project is an advanced e-commerce application with a fully functional Angular frontend and ASP.NET backend, enhanced from the original Skynet project with Docker, Redis, and SQL for scalability and cross-environment compatibility.

angular api asp-net-core asp-net-core-web-api backend clean-architecture clean-code csharp css design-patterns docker frontend html javascript postman redis sql

Last synced: 02 Apr 2026

https://github.com/badernader321/layoffs-trends

This project aims to examine layoff data from around the world to understand the impact of job cuts in recent years.

mysql sql

Last synced: 09 Apr 2025

https://github.com/farfromsouls/sibsau-schedule

Telegram bot and parser that gives you daily schedule for SibSAU university

aiogram scraper sql telegram-bot

Last synced: 09 Sep 2025

https://github.com/davialencar2/ifpb-p2

Repositório com a função de centralizar atividades e anotações do Segundo Período do Curso.

javascript pyhton sql

Last synced: 09 Sep 2025

https://github.com/shreya7tripathy/instagram-clone-database

The Instagram Clone is a SQL-only project built using MySQL to replicate core features of Instagram's database structure. It includes tables for users, posts, likes, comments, followers, and hashtags, allowing you to perform queries for user feeds, trending posts, and social interactions. This project focuses purely on database design and queries w

mysql mysql-database sql sql-query sql-server

Last synced: 16 May 2026

https://github.com/ashwin331133/sql-healthcare-data

This repository contains SQL queries designed to analyze health care data. The queries focus on patient demographics, encounter costs, and flu shot statistics, aiming to provide insights into patient behavior and financial impacts. The datasets include information on patient encounters, flu shots, and hospital admissions.

data-analysis mysql sql

Last synced: 29 Oct 2025

https://github.com/itzaymvn/realtimechat-php

This is a simple real time chat application built with php and mysql. It uses ajax to send and receive messages and jquery to update the chat window.

ajax pdo-mysql php sql

Last synced: 21 Jun 2025

https://github.com/crosbydoo/todolist-php

Simple Todolist App with PHP. Manage your task and handle your work

native php sql todolist

Last synced: 16 May 2026

https://github.com/nelreina/node-sql-data-extract

Utility Program to Extract CSV or JSON to a file from a SQL statement

csv file json sequelize sql

Last synced: 15 May 2026

https://github.com/matthewpoletin/mountainpier-auth

Authorization service for Mountain Pier

hibernate java oauth rest spring sql

Last synced: 15 May 2026

https://github.com/almightylks/queryprojection

A simple way to create Select Expressions based on string input and lambda expressions

csharp efcore entity-framework-core library nuget nuget-package query query-builder sql

Last synced: 02 Feb 2026

https://github.com/digitalpebble/spruce-sql-advisor

A Claude skill that grounds Claude in accurate knowledge for writing and optimising SQL queries against AWS CUR 2.0 data enriched with SPRUCE. Works for FinOps as well as GreenOps.

claude-skill finops greenops spruce sql

Last synced: 11 Jun 2026

https://github.com/siddh34/learnsqlandmongodb

Learn SQL AND MONGODB

learning-by-doing mongodb sql

Last synced: 15 Jun 2025

https://github.com/prcharan592/smartvote-a-secure-online-voting-and-election-management-system

The Voting Management System is a web-based application for managing voter registration, ballot creation, and result tabulation. It ensures secure and efficient election processes with a user-friendly interface.

html-css-javascript php sql xampp

Last synced: 03 Apr 2025

https://github.com/turbot/steampipe-mod-bitbucket-sherlock

Interrogate your Bitbucket resources with the help of the world's greatest detectives: Steampipe + Sherlock.

bitbucket hacktoberfest sql steampipe steampipe-mod steampipe-sherlock

Last synced: 24 Feb 2026

https://github.com/avalchev94/sqlxt

Golang package extension for built-in database/sql

database extension go golang golang-package scanner sql

Last synced: 17 Jan 2026

https://github.com/pinar9/sql

https://github.com/pinar9/sql

postgresql sql

Last synced: 30 Jun 2026

https://github.com/mtholahan/mysql-python-data-pipeline-mini-project

Developed a Python and SQL data pipeline for an event ticketing system. Designed a MySQL table schema, ingested CSV sales data via Python connectors, and implemented queries to analyze ticket popularity and sales trends, showcasing ETL and database integration skills.

bootcamp csv data-engineering data-ingestion data-pipeline database etl mysql python springboard sql

Last synced: 15 May 2026

https://github.com/mtholahan/advanced-mysqlquery-tuning-mini-project

Analyzed EuroCup 2016 data with advanced SQL queries. Imported CSV datasets into MySQL, designed schema with match, player, and referee details, and implemented queries covering match outcomes, penalty shootouts, player stats, bookings, substitutions, and referee activity to explore tournament dynamics.

bootcamp data-analysis data-engineering data-modeling database eurocup football mysql queries soccer sports springboard sql

Last synced: 15 May 2026

https://github.com/mtholahan/postgresql-tuning-mini-project

Optimized PostgreSQL queries on a computer science publications dataset. Created tables, ingested CSVs, and wrote queries to analyze conferences, authors, and publication trends. Improved performance by designing indexes, refining join/filter logic, and evaluating execution plans with EXPLAIN, demonstrating query tuning and indexing strategies.

bootcamp data-engineering data-ingestion database etl indexing performance-tuning postgresql publications query-optimization research-papers springboard sql

Last synced: 15 May 2026

https://github.com/GAMELEIRA/studies-database

Esse repositório têm como objetivo alocar todo e qualquer script para aprender e praticar gerenciamento de banco de dados SQL e NoSQL. Nesse projeto, serão consolidados os principais fundamentos e princípios, além da prática de exercícios e desenvolvimento de projetos.

data database mongodb mssql mysql nosql sql

Last synced: 03 May 2025

https://github.com/ashenoy95/plpgsql

Some popular algorithms and MapReduce simulations implemented in PL/pgSQL

advanced-database database mapreduce plpgsql postgres postgresql postgresql-database sql

Last synced: 15 May 2026

https://github.com/thesurenk/jaqstack

Build web application quick using Java, Angular and NoSql or SQL https://jaqstack.com/

angular html java nosql sql

Last synced: 09 Apr 2025

https://github.com/diego-axel/crud_cliente

Um CRUD completo para clientes usando Python + PostgreSQL.

crud postgresql python sql

Last synced: 15 May 2026

https://github.com/iparamr/sheridan-gallery-php-mysql

PHP MySQL, class project, Sheridan College 2007

css docker html mysql php php8 sheridan-college sql

Last synced: 06 Apr 2026

https://github.com/caiomosmy/storytelling

Uma ferramenta intuitiva que auxilia escritores, roteiristas e criadores de conteúdo a planejar, escrever e visualizar suas histórias. Inclui funcionalidades como construção de personagens, cronogramas, desenvolvimento de enredos e geração de diálogos baseados em IA.

javascript nodejs reactjs sql typescript

Last synced: 06 Apr 2026

https://github.com/pronoia9/ztmtcwd-smartbrains

Face recognition app with Clarifai API

css heroku html javascript knexjs postgresql react reactjs scss sql

Last synced: 06 Apr 2026

https://github.com/mzayles/consultas-procedures_mysql

📘 Exercícios de SQL e procedimentos armazenados desenvolvidos em consultas com JOIN, GROUP BY, HAVING, WHERE e o uso de stored procedures.

mysql sql

Last synced: 02 Feb 2026

https://github.com/babychousr/epsilonhacks

A Secure Online Platform for Consumer-Restaurant Activism

charities flask geopy googleapi nltk sql supporting-restaurants

Last synced: 16 May 2026

https://github.com/gunjankadu/spring-hibernate-mapping

A Repository Showcasing the mapping Techniques of Spring-Hibernate and Sql with Boiler plate Code

hibernate-orm hql hql-joins java-8 mapping query spring-boot sql

Last synced: 15 May 2026

https://github.com/mateus-resende-ottoni/ti_2

Repositório dedicado a projetos desenvolvidos na disciplina de Trabalho Interdisciplinar II: Back-End (TI2) no segundo período na graduação em Ciências da Computação na PUC Minas

databank java sql

Last synced: 14 Apr 2026

https://github.com/v-mayya/sql-f1-mooc-challenge

SQL F1 racing group challenge submission held by CFG

sql teamwork-projects

Last synced: 23 Jan 2026

https://github.com/v-mayya/sql-project

Natural Disasters SQL Project

sql

Last synced: 21 Jan 2026

https://github.com/v-mayya/python-sqlchallenges

My attempt at coding solutions for challenges + puzzles!

puzzle python sql

Last synced: 10 Apr 2025

https://github.com/dinushchathurya/student-form

In here you can insert your data to the database and fetch inserted data to the same page

form form-submission form-submit mysql mysql-connection mysql-database sql sql-query sqlite-database xampp

Last synced: 14 Sep 2025

https://github.com/sqlc-contrib/sqlc-gen-json

Inspect your sqlc plugin pipeline — a WASM sqlc plugin that emits the GenerateRequest (schema, queries, settings) as JSON for debugging and prototyping.

code-generation codegen debugging golang introspection json mysql postgresql sql sqlc sqlc-plugin sqlite wasm

Last synced: 15 May 2026

https://github.com/guilhermersouza34/aps-7-

Sistema desenvolvido para a APS do 7º semestre, focado no cálculo emergético (SCALE), com base em dados ambientais e energéticos para análise da sustentabilidade de processos.

pandas pandas-python python sql

Last synced: 30 Jun 2026

https://github.com/jonoman55/minimalapidemoapp

C# ASP.NET Minimal API Demo App

asp-net-core crud-api csharp dapper open-api sql

Last synced: 17 Feb 2026

https://github.com/sajjad425/pl-sql_optimization

This repository provides a guide to optimizing Oracle PL/SQL queries for large datasets, focusing on improving performance, reducing execution time, and minimizing resource usage. It includes practical examples and best practices to help you efficiently manage large-scale datasets.

oracle oracle-database oracle-plsql pl-sql sql sql-optimizer

Last synced: 04 Apr 2025

https://github.com/kerimli-veli/razorpages-asp.net-mvc

This project implements CRUD operations (Create, Read, Update, Delete) using Razor Pages in ASP.NET Core MVC. It utilizes Entity Framework Core for database management, ensuring efficient data handling and a clean architecture.

asp-net-core asp-net-mvc csharp entity-framework-core orm razor-pages sql

Last synced: 04 Apr 2025

https://github.com/priyanshubiswas-tech/data-101

Comprehensive Data Engineering prep repository covering concepts, LeetCode, demos, and projects on SQL, Spark, Hadoop, ETL, Data Warehousing, and more.

aws azure ci-cd data-architecture data-engineering etl-pipeline hadoop leetcode python spark sql

Last synced: 25 Jan 2026

https://github.com/alessandrorebosio/db-project

database project @ unibo

database sql unibo

Last synced: 04 Apr 2025

https://github.com/adamdaudrich/fruit-sales

testing a table creation syntax in postgreSQL

postgresql sql

Last synced: 04 Apr 2025

https://github.com/darkensoda/mahmoudadelmvclab

Practice project for ASP.net, MVC and SQL

asp-net-mvc csharp sql

Last synced: 15 May 2026

https://github.com/muhammedmagdyy/sql-challenges

My SQL Solutions

sql

Last synced: 25 Jan 2026

https://github.com/nicolascampbell97/pbi_riesgopais

Testeo de modelo de regresión lineal entre el pbi y el riesgo pais argentino 1999-2023. Limpieza y transformación de datos con SQL y Excel. Regresión lineal, Test F y Coeficiente de determinación (R2) con R.

coefficient-of-determination data-cleaning data-science data-transformation excel f-test ggplot2 google-sheets inferential-statistics linear-regression r r-studio r2 sql sqlite tidyverse

Last synced: 15 May 2026

https://github.com/franciscogallegorus/nightnavwebinstaller

Pg web para instalar NightNav, una app de escritorio para encontrar o promocionar locales de ocio

csharp desktop-app fiesta mysql ocio sql

Last synced: 17 May 2026

https://github.com/izmian/google-business-intelligence_professionalcertificate

Included my course and project of Google Business Intelligence by Google on Coursera

bigquery business-intelligence datavisualization sql tableau

Last synced: 06 May 2025

https://github.com/poakapx/asp-app_automobile_repair_shop

Додаток в образі станції технічного обслуговування.

asp csharp css sql web

Last synced: 12 May 2026

https://github.com/birnadinerick/mhcc

Mathagal Health Care Center App Repo

desktop ecommerce-application pos rust sql sveltekit-tailwindcss

Last synced: 15 May 2026

https://github.com/aelmah/data-integration

Multilingual Bibliographic Data Integration for PMB : Converting French and Arabic library records into PMB-ready data using PHP, ensuring consistency and multilingual support.

data-integration etl etl-pipeline library-management-system php pmb sgb sql

Last synced: 16 May 2026

https://github.com/yawkar/hse-postgresql-lab-2

(Student Lab Project) Ordinary laboratory work

postgresql sql

Last synced: 09 Apr 2025

https://github.com/casantosmu/migrix

Write your database migrations in pure SQL. No ORMs. No query builders. No JavaScript. Just SQL.

cli database db migration migrations postgres postgresql raw-sql schema sql

Last synced: 16 Feb 2026

https://github.com/ysskrishna/IndieGPT

A full stack application which allows users to demonstrate an interactive chatbot application with chat sharing, forking features

fastapi firebase github-authentication google-authentication react redux sql sqlalchemy sqlite tailwindcss vercel

Last synced: 30 Dec 2025

https://github.com/yemrekarakas/yemrekarakas.github.io

Discover technical details in data engineering through concise and clear explanations.

apache-kafka apache-spark bigdata dataengineering java python scala sql

Last synced: 15 Feb 2026

https://github.com/ugate/sqler-postgres

🔑 @ugate/sqler dialect for PostgreSQL

dialect nodejs postgres postgresql sql

Last synced: 05 May 2026

https://github.com/ivan-the-terrible/mssqlserver-adf-mapping

An automated tool to analyze your Azure Data Factory Pipelines and SQL Stored Procedures, Views, and Tables to build a diagram to display the dependencies and their relationships.

adf mssql-server sql sql-server stored-procedures

Last synced: 15 May 2026

https://github.com/mahfuzurrahman98/sqlalchemy-learning

SqlAlchemy is an ORM for python to interact with RDBMS, learning as a prerequisites to FAST API

orm python sql sqlalchemy

Last synced: 18 Jun 2025

https://github.com/yuu-eguci/bank-master-creator

Create banks and their branches master.

python python3 sql

Last synced: 10 Apr 2025

https://github.com/deddyandri/tokyo-olympic-azure-data-analyst-project

tokyo-olympic-azure-data-analyst and engineering-project

azure datalake powerbi sql

Last synced: 09 Sep 2025

https://github.com/rodrigoalvesvieira/brizo

A simple program that tests connectivity to the JDBC driver.

cin-ufpe database-course if685 oracle sql

Last synced: 10 Apr 2025

https://github.com/rodrigoalvesvieira/if685-databases

Set of documents and scripts from the Databases discipline for the CS curriculum in the semester of 2015.2

cin-ufpe database database-course if685 sql ufpe

Last synced: 10 Apr 2025

https://github.com/shubham-kv/fcc--relational-database--mario-database

Commands & SQL Queries from Learn Relational Databases by building a Mario database FreeCodeCamp course.

database freecodecamp postgresql sql

Last synced: 04 Apr 2025

https://github.com/prashantsaini1525/sql_one-shot

SQL One-Shot: A quick, hands-on guide from Apna College Youtube Channelto master SQL fundamentals. This repository features concise notes, practical examples, and exercises to help beginners get up to speed with SQL.

apna-college beginner beginner-friendly database one-shot sql sql-tutorial

Last synced: 04 Apr 2025

https://github.com/r-kataria/querius

A pure Python in-memory SQL engine, developed from scratch.

python sql

Last synced: 10 Jul 2025

https://github.com/kathisnehith/realestate-sales-analysis

Investigating real estate sales trends to understand market dynamics and inform investment decisions.

data-analysis excel realestate sales sql stastical-analysis-tools tableau

Last synced: 12 Feb 2026

https://github.com/yevheniidatsenko/goit-rdb-hw-03

✴️ RDB Hometask - SQL course

goit goit-rdb-hw-03 sql workbench

Last synced: 05 Apr 2025

https://github.com/ajvondrak/squelch

Squelch squelches SQL

pii ruby sql

Last synced: 06 May 2025

https://github.com/tugsef/patikaclone

Patika.dev Orta Seviye Java Web Backend Patikası Çalışmam

java patika-clone postgresql postgresql-database sql swing

Last synced: 15 May 2026

https://github.com/rushikeshshinde14/decoding-hotel-reservation-patterns-data-analysis

The aim of the project is to gain insights into customers' booking behaviors, preferences, and decision-making processes when reserving hotel accommodations.The data analysis process involves cleaning and organizing the hotel reservation data and generating visualizations and reports to present the findings.

bigdataanalytics dataanalysis datainsights datavisualization datavisualization-project msword oracle pandas python sql

Last synced: 15 May 2026

https://github.com/benaiad/sqlize

SQL interface for REST APIs

cli developer-tools mcp openapi rest-api rust sql

Last synced: 06 Apr 2026

https://github.com/philight/fitprojects

🌓[my-projects, school] FIT projects and source code

bash bash-script c html java plsql python ruby sql vhdl

Last synced: 12 Apr 2026

https://github.com/beinglojain/audio-vibe-podcast-database

A Podcast database written in SQL language.

database podcast sql

Last synced: 04 Feb 2026

https://github.com/thebaldanalyst/portfolioprojects

A Portfolio of case study projects showcasing core competence in data analysis. The portfolio showcases skills in Python, SQL, Excel, Tableau and Power BI.

dashboards excel powerbi python sql tableau vizualisation

Last synced: 09 Apr 2025

https://github.com/thebaldanalyst/projects

A collection of various data analytic projects showcasing skills in EDA, data cleaning, data visualization and data scrapping

dashboard datacleaning datavisualization eda excel powerbi python smss sql tableau

Last synced: 09 Apr 2025

https://github.com/claudio-code/mysqlviewscomparametrosdinamicos

mostrando como funciona views com select where armazenadas no banco.

mysql mysql-functions mysql-viewer sql

Last synced: 10 Apr 2025

https://github.com/raelnogpires/one-for-all-sql

Modelagem e normalização de um banco de dados SQL.

mysql sql

Last synced: 29 Oct 2025

https://github.com/ishapandey933/healthcare-appointment-scheduling-system

Developed a web-based application using C# and ASP.NET Framework to manage GP appointment bookings at a student health center. The system enables users to check availability, book, cancel, and view pending appointments, while providing an administration interface for managing bookings, GPs, and patient data.

ajax asp-net csharp dotnet jquery mysql-database sql

Last synced: 06 Jan 2026