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/joseph-pabian/life-expectancy-

Statistical analysis of life expectancy in developed vs developing countries using SQL and Python

data-analysis duckdb public-health python sql statistics

Last synced: 07 May 2026

https://github.com/michaltalaga17/fn

projects for festiwal nauki

css html js python school sql

Last synced: 07 May 2026

https://github.com/kaoutarelouahabi/sql-data-warehouse-dbt-airflow

A comprehensive blueprint for an enterprise-grade SQL Server Data Warehouse built with a Medallion Architecture, orchestrated by Apache Airflow, and transformed using dbt (data build tool).

apache-airflow best-practices data-engineering data-quality data-warehouse dbt docker docker-compose elt etl medallion-architecture sql sql-server

Last synced: 07 May 2026

https://github.com/trovalo/mystuff

A repo with my useful stuff

sql

Last synced: 07 May 2026

https://github.com/pngo1997/sql-and-pl-sql-database-management-practice

Practice SQL and PL/SQL for database management, data querying, and trigger implementation.

database-management python query sql sqlite trigger

Last synced: 07 May 2026

https://github.com/galileo680/networkingplatform

A networking platform similar to LinkedIn, that allows users to manage profiles, skills, education, job postings, and more.

backend java jwt-authentication linkedin-clone postgresql rest-api spring-boot sql

Last synced: 07 May 2026

https://github.com/jgcarrillo/php-mvc-tenis

A Basic MVC for tennis tournaments management written in PHP

bootstrap mvc-architecture php phpmyadmin sql tenis

Last synced: 07 May 2026

https://github.com/kyuvi/hctb

Helsinki City Bike App

clojure csv-import sql

Last synced: 07 May 2026

https://github.com/szaroslav/databases-agh-course

Databases course at AGH University in Kraków

agh-wiet database mongodb sql

Last synced: 07 May 2026

https://github.com/lucasmontagnani/site_e-commerce

Site de tipo e-Commerce completo, contendo interfaces para usuários/administradores, responsividade e transações bancarias.

e-commerce e-commerce-project e-commerce-website html html-css-javascript html5 javascript language-javascript linguagem-php menu mysql mysql-database php products shopping shopping-cart site sql web website

Last synced: 07 May 2026

https://github.com/mrs-wilderness/plpgsql-tic-tac-toe

A small SQL implementation of Tic-Tac-Toe using stored procedures and temporary tables.

plpgsql postgresql sql tic-tac-toe

Last synced: 10 Jun 2026

https://github.com/hipparchus2000/personalspendinganalysis

[Finished] C# Windows Forms Application for analysing my personal spending (code is free on Gitlab) written in 27 hours including SQL back end, PDF reporting, Charting, Json export, Data Mining. UnitTests, DI, fakeRepo for testing. Adding WebApp implementation.

c-sharp charts dependency-injection pdf-generation sql sql-server unit-testing windows-forms

Last synced: 07 May 2026

https://github.com/matheusafonseca/c207-l8

Repositório para salvar os scripts em .sql que fazemos na disciplana de Banco de dados no INATEL

database database-schema mysql sql

Last synced: 07 May 2026

https://github.com/christiansassi/programmazione-web

This guide will show you how to setup Apache Derby and use it with Intellij IDEA.

database derby derby-database intellij intellij-idea java sql tomcat tomcat-server

Last synced: 07 May 2026

https://github.com/mrs-wilderness/insect-observation-data-pipeline

Data pipeline for a fictional insect-observation app, combining real data with synthetic user metadata (OLTP → ETL → OLAP + BI).

etl olap oltp postgresql sql

Last synced: 10 Jun 2026

https://github.com/saniikakulkarni/cakes-and-bakes

A cart management system for small scaled bakery business.

database fullstack javascript php phpmyadmin sql

Last synced: 07 May 2026

https://github.com/fabiannorbertoescobar/der-sql-ejercicios

TP de Base de Datos. DER. MR. Modelado y armado de la base de datos. Tablas, vistas, consultas, stored-procedures, triggers

bd db mysql queries sql sql-server transact-sql transaction

Last synced: 07 May 2026

https://github.com/cou929/sql-fingerprint-js

Converts a SQL into a fingerprint. A JavaScript port of pt-fingerprint.

javascript mysql sql

Last synced: 07 May 2026

https://github.com/ryuuutaaa/react-with-phpmyadmin

Error and Problem in PHP... this link video = https://www.youtube.com/watch?v=3yx-VlhgMuI&list=PLCakfctNSHkFDTFczqhXNv-nYMHvLMT1H&index=4

javascript phpmyadmin react-router-dom reactjs sql

Last synced: 07 May 2026

https://github.com/francois-lenne/biomethane

Data pipeline in order to retrieve the csv with the french production of biomethane upload every day

cicd cloudfunction google-cloud pubsub python snowflake sql

Last synced: 07 May 2026

https://github.com/mmaunze/sqltojpa

sqlToJPA is a tool for automatically generating Java JPA (Java Persistence API) entity classes from SQL schema files. It parses CREATE TABLE statements, maps SQL data types to Java types, and creates fully annotated Java classes with fields, getters, setters, constructors, relationships, and equals/hashCode methods.

cpp java jpa-entities orm python sql

Last synced: 08 May 2026

https://github.com/anshul-ydv/library_management_system

A web-based Library Management System built using ASP.NET, C#, and MySQL. It automates book cataloging, member registration, circulation, and reporting to improve library efficiency and user experience.

asp-net csharp css dotnet html sql

Last synced: 08 May 2026

https://github.com/csvidit/repairshop

A car repair shop app for Android

android android-app app sql sqlite

Last synced: 08 May 2026

https://github.com/geeksdevelop/sqlmodel

Package to generate the models using the structure of the database tables

database laravel model php sql

Last synced: 08 May 2026

https://github.com/anuprshetty/health_bot

HealthBot is a console based chatbot application which assists a clinical person to ease the purchase of available patient monitoring devices that are relevant to him.

batch-script csharp docker dotnet-framework healthcare mssql rdbms sql uml-diagram

Last synced: 08 May 2026

https://github.com/ssnnee/alx-higher_level_programming

This repository is related to my training in software engineering in the ALX program.

javascript python software-engineering sql

Last synced: 08 May 2026

https://github.com/deep-codes/vguess-api-client

👾 Hangman Game based on Programming. Made with Java, JavaFX, React, ExpressJS

api css java javafx javafx-application nodejs-server reactjs sql

Last synced: 08 May 2026

https://github.com/deepakmali-09/spring-data-jpa-p01

This Spring Boot project demonstrates the use of Spring Data JPA for performing CRUD operations in a Student Management System. It leverages JpaRepository to manage student data, allowing users to perform actions like adding, retrieving, updating, and deleting students using HTTP endpoints.

crud-api http-endpoints java mysql-database restfull-api spring-boot spring-data-jpa sql

Last synced: 08 May 2026

https://github.com/blladerunner/customer-churn-dashboard

Customer Churn Dashboard — SQL + Python analytics project exploring customer retention patterns, churn rate by demographics and services, and key insights for telecom business strategy.

business-intelligence churn-analysis customer-retention dashboard data-analysis data-analytics data-science pandas powerbi python sql sqlite telecom

Last synced: 08 May 2026

https://github.com/aya-mash/eventease

This is an admin dashboard for managing Venues, Events, Bookings, and Customers.

app azure college-project database dotnet mvc serverless service sql

Last synced: 29 Apr 2026

https://github.com/ankushrajmaheyam/sql-top-interview-questions

I'm excited to share sql top interview asks questions with answers that I've compiled from my learning journey at Qspider/Jspider! 🚀 Whether you’re prepping for interviews or brushing up on your SQL skills, these questions will be super helpful in understanding how subqueries work in SQL.

akash ankush ankush-raj ankush-raj-mahe-yam interview jspiders mysq oracle oracle-database qspider question-answering questions sql sql-questions sub-query-questions subquery top-interview-questions

Last synced: 06 Jan 2026

https://github.com/nagar2nd/ecommerce-analysis---sql-power-bi

Conducted an in-depth analysis of Ecommerce data using SQL and Power BI. The project highlights sales performance, customer behavior, and operational efficiency, offering insights for strategy optimization.

dax powerbi sql

Last synced: 04 Feb 2026

https://github.com/a9g-data-droid/accessqueryeditor

Fork of: MS Access Databases Queries Editor

ms-access sql vb-net

Last synced: 27 Feb 2025

https://github.com/opulencephp/querybuilders

[READ-ONLY] Subtree split of the query builder library

mysql opulence php postgres sql sql-builder

Last synced: 14 Jan 2026

https://github.com/gaurav-phogat/bitly-clone

Designed a Bitly Clone where we can generate Short links.

java javascript reactjs spring-boot sql

Last synced: 13 Apr 2026

https://github.com/stataziz/global-layoffs-an-eda-with-sql-and-tableau

This project is about exploring global layoff trends from 2020 to 2023, analyzing the impact across companies, industries, and geographies to uncover key insights into job market disruptions.

eda exploratory-data-analysis mysql sql sql-server tableau

Last synced: 21 Feb 2026

https://github.com/ajay1214/credit-card-transaction-dashboard

Credit Card weekly dashboard that provides real-time insights into key performance metrics and trends

data-analysis powerbi sql

Last synced: 04 Feb 2026

https://github.com/berkemuftuoglu/ib_computer_science_ia

My International Baccalaureate computer science internal assessment

php sql website

Last synced: 04 Dec 2025

https://github.com/udhaya2823/red_bus_project

🚌 Red Bus Project Overview The Red Bus Project is a web scraping and visualization tool built with Selenium to extract bus information from the RedBus website. It stores the data in a MySQL database and provides an interactive visualization interface using Streamlit. The goal is to deliver insights into bus schedules, prices, ratings, etc...

data-science database-management datascraping pandas python selenium-python sql streamlit-webapp

Last synced: 18 Apr 2026

https://github.com/jahidul2004/hotel-management-system

A desktop application built with C# that facilitates efficient management of hotel operations including room booking, customer check-in/out, and billing. This system offers a user-friendly interface to streamline daily hotel management tasks.

csharp desktop-app dotnet sql windows

Last synced: 07 May 2026

https://github.com/domsabianca16/taskmanager-app

Task Manager Spring Boot Application

java spring-boot sql

Last synced: 16 May 2026

https://github.com/ayushtiwari134/ayush_dbms

dbms mini project for space exploration database system

css flask flask-sqlalchemy html javascript sql

Last synced: 12 Apr 2026

https://github.com/itayshaul111/bgu-mart

Assignment 4 - SPL course, BGU

python sql sqlite3

Last synced: 11 Jun 2025

https://github.com/madhvi-n/celestial-bodies-database

A PostgreSQL project as a part of the Relational Database course https://www.freecodecamp.org/learn/relational-database/

freecodecamp-project postgresql sql

Last synced: 08 Apr 2025

https://github.com/aldrinjenson/smart-qa

Query any structured data and find relations using natural language

data-analysis llm nlp sql

Last synced: 06 Apr 2025

https://github.com/mostafahima/books-collection-crud-application

This project is a training exercise for practicing database operations (CRUD), helping users manage a book collection with title, author, and rating.

database flask python sql sqlalche

Last synced: 12 Apr 2026

https://github.com/deniska69/zayavka

Курсовая работа на тему "Автоматизация учёта заявок в IT-отделе"

csharp microsoft-access sql

Last synced: 25 Mar 2025

https://github.com/doaaosamak/database

About Database ;)

database sql

Last synced: 03 Jul 2025

https://github.com/hexforged/web

Hexforged is an immersive browser-based RPG.

css game javascript jquery mariadb php php8 rpg rpg-game sass socket-io sql

Last synced: 26 Jan 2026

https://github.com/prajakta1321/sql-analysis

SQL relational models

mariadb mongodb mysql sql

Last synced: 12 Apr 2026

https://github.com/ronytacodev/consultas_sql

Una recopilación de ejercicios con SQL.

ejercicios mysql mysql-workbench sql

Last synced: 25 Mar 2025

https://github.com/loeffel-io/sql

SQL Query Builder - ORM Wrapper

golang orm sql

Last synced: 12 Sep 2025

https://github.com/tawfikhammad/sql-problems-hackerrank

The solutions of SQL hackerrank problems

database hackerrank mysql sql

Last synced: 11 Jun 2025

https://github.com/h4jack/quiz

This is a PHP-based quiz website that allows users to test their knowledge by answering quiz questions. The project uses HTML, CSS, JavaScript, PHP, and MySQL.

apache css h4jack html js mariadb mysql php quiz quiz-project sql xampp

Last synced: 06 Jan 2026

https://github.com/aleenabukhari/dev-talk

A full stack web application that utilizes React, Node.js, and SQL to allow users to post programming questions, reply to posts, nest replies, like, view users, search and filter posts.

database docker react rest-api sql

Last synced: 02 Jan 2026

https://github.com/robinn3056/netflix-originals-data-analysis-exploring-trends-and-insights

This project involves analyzing the Netflix Originals dataset using MySQL to uncover trends and insights. By performing various SQL operations, such as GROUP BY, HAVING, ORDER BY, LIMIT, JOINS, WINDOW FUNCTIONS, and SUBQUERIES, we aim to explore key patterns in the data.

mysql-database sql

Last synced: 06 Jan 2026

https://github.com/rawanhammad96/data_science_projects

This repository holds a collection of my projects and work covering concepts in data science. The languages used in this folder include R, Python, and SQL.

athena aws linux machine-learning powerbi python r spark sql tableau

Last synced: 04 Feb 2026

https://github.com/hurricanemark/relational_database

Modeling a relational database often is the starting point for scoping and prototyping. Data is the most valuable part of any applications. Understanding your data will result in its best presentation.

bash-script csv database git pl-psql postgresql sql

Last synced: 12 Apr 2026

https://github.com/kartava/nestjs-pgkit

Pgkit module for Nest framework (node.js) 🍉

javascript nest nestjs nodejs pgkit sql typescript

Last synced: 06 Jan 2026

https://github.com/cihat-kose/jdbc-mysql-practice-lessons

Master SQL & DB testing skills with Java JDBC, TestNG, and real Sakila database scenarios.

database java jdbc maven mysql sakila sql testng

Last synced: 04 Sep 2025

https://github.com/bgoonz/express_js_notes

Notes on node, express, sql, Sequelize, MongoDB, authentication, graphQL

authentication express graphql mongodb nodejs sequelize sql

Last synced: 12 Apr 2026

https://github.com/victoralves08/covid-data-normalization

Projeto final da disciplina SIN-220, Banco de Dados com linguagem MySQL do curso de Sistemas de Informação pela Universidade Federal de Viçosa - Campus Rio Paranaíba.

mysql sql

Last synced: 08 Apr 2025

https://github.com/andreansx/sql

Minimalistic set of explainations and practise excercises for SQL on High School Final Exam in informatics. No theory, just practical explainations

matura sql

Last synced: 26 Jan 2026

https://github.com/r1te5h/usermanagement-supabase

Repository for creating a user management website using Supabase's Authentication and Supabase's built in Postgres SQL database. The database was creating using Row Level Security.

nextjs14 postgresql sql supabase-auth

Last synced: 11 Jun 2025

https://github.com/bernardo-mg/querydsl-example-sql

Using the Querydsl DSL to handle SQL queries.

example querydsl sql

Last synced: 16 Mar 2025

https://github.com/damir-sijakovic/ds-store

This is webshop database written in SQL

sql webshop

Last synced: 05 Jan 2026

https://github.com/elaad24/covid-19-api

API that shows data about covid-19 status on all/specific countries with option to choose what information to show

api covid-19-data express mysql-database sql

Last synced: 13 Jul 2025

https://github.com/jjlongoria/sf-database-to-sql

Repository to storage the Salesforce Database to SQL system. Convert any SObjects and their relationships on SQL Script

apex converter salesforce salesforce-developers script sql

Last synced: 06 Jan 2026

https://github.com/rami24t/periodic-table-database

For this project, I needed to fix and develop a PSQL periodic table database and then create a bash script program that takes in an argument as input in order to retrieve and output the relevant information from the database.

bash git postgresql-database psql psql-database relational-database scripting-language shell sql

Last synced: 04 Feb 2026

https://github.com/tyler887/cowserve

Project Cowserve web server

server sql web

Last synced: 13 Jun 2026

https://github.com/soumya-thoutam/covid-19-impact-on-u.s.-states-and-colleges

Covid-19 analysis and impact on United States Colleges and States using SQL and Tableau.

covid-19 dashboard data-analysis data-visualization dataset sql sql-server tableau

Last synced: 04 Sep 2025

https://github.com/soodaayush/2022-cs50-sql

CS50 SQL code.

cs50 sql

Last synced: 24 Mar 2025

https://github.com/santiagoagustinplaza/data-science-sql

The repository contains SQL examples organized into folders corresponding to the "Advanced SQL for Data Engineering" course sections. Each folder includes SQL files with examples and exercises to reinforce your understanding.

plpgsql sql

Last synced: 04 Feb 2026

https://github.com/winniecirino/chicago-trips-by-distance-analysis

This repository focus on the analysis of the Chicago dataset. The focus of the analysis is to understand trip patterns, identify key metrics, and provide actionable insights for business and urban planning decisions.

sql sql-server sqlserver

Last synced: 08 Apr 2025

https://github.com/winniecirino/health-insurance-analysis

This repository contains an analysis of a Health Insurance dataset aimed at understanding the factors affecting insurance charges. The project involves identifying significant factors that influence insurance costs and providing actionable insights to support decision-making.

sql sql-server sqlserver

Last synced: 08 Apr 2025

https://github.com/amandaguedess/projeto-conceitual-banco-de-dados-oficina

Sistema de Controle e Gerenciamento de Execução de Ordens de Serviço em Oficina Mecânica

banco-de-dados esquema-conceitual mysql-database mysqlworkbench sql

Last synced: 11 Jun 2026

https://github.com/nilsmt/antoinefactory

Transfert du projet de semestre 3 de BUT Informatique sur un site web d'e-commerce pour un client réel (le site n'est pas terminé)

css html html-css-javascript iut-nantes php php82 sql symphony university-project

Last synced: 04 Sep 2025

https://github.com/saiteja13427/news-aggregator

📰 A news aggregator which can crawl news from RSS feeds of various websites. Additional features like login, register, contact, admin and live search are also built into the project

php sql

Last synced: 25 Mar 2025

https://github.com/anshkathpal/learning-sql

Learning the basics of SQL

sql

Last synced: 04 Feb 2026

https://github.com/armanjscript/rag

The RAG LLM applications with LangChain

langchain langchain-ollama llm mistral mysql python qwen2-5 rag sql streamlit

Last synced: 12 Apr 2026

https://github.com/gaurav0502/kickers-fc

A Football Club Management System with more emphasis on the Backend using Node.js and Express.js and Oracle SQL database.

backend expressjs frontend nodejs sql

Last synced: 12 Apr 2026

https://github.com/whlke1/ether-multi-tool

Ether is a multi-tool with many features in the areas of Cybersecurity, Pentesting, OSINT, Network Scanning, Discord and Hacking.

cybersecurity database discord dox email hacking ip linux malware-builder multi-tool multitool multitools osint pentesting sql stealer-builder token-grab tool tools windows

Last synced: 12 Apr 2026

https://github.com/satvikpraveen/rsvp_case_study

A comprehensive IMDB dataset analysis using SQL. Includes database setup, advanced queries, and actionable insights. Organized with files for database creation, queries, and solutions. Features an Entity-Relationship Diagram (ERD), executive summary, and SQL scripts. Perfect for SQL workflows and business intelligence in the film industry.

aggregate-functions business-intelligence common-table-expressions data-analysis data-driven-decisions data-querying database-design entity-relationship-diagram imdb-dataset relational-database sql subqueries-and-joins

Last synced: 11 Jan 2026

https://github.com/shubhamsinghcmr/code-diverse

Here, you'll discover a versatile collection of code snippets spanning various programming languages. These snippets are crafted to be easily integrated into your projects, empowering you to efficiently address diverse programming needs across different applications.

android cloud csv custom-server java php python sql xml

Last synced: 12 Apr 2026

https://github.com/victory-ik/analysing-motorcycle-part-sales

This project analyses wholesale sales data to determine how much net revenue each product line generated per month per warehouse. The dataset contains sales transactions from June to August 2021, including details such as payment methods, warehouses, and client types.

data-aggregation postgresql query-optimization sql

Last synced: 29 May 2026

https://github.com/trkotovicz/mysql-one-for-all

O projeto consiste na normalização de uma tabela na terceira forma normal e desenvolvido queries MySQL que acessa as informações desta tabela utilizando SQL.

mysql normalization sql

Last synced: 25 Mar 2025