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/bulletsentence/circuito-sql-e-java

Sistema em Java com SQL para uma Circuito de Formula 1

java sql

Last synced: 25 Jun 2025

https://github.com/susshiii/sql-layoffs-data-cleaning-and-eda

Full SQL project using MySQL to clean and analyze a real-world tech layoff dataset from 2020–2023.

data-analysis data-analytics-project data-cleaning eda layoffs mysql sql

Last synced: 07 Jul 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/prince-t-asamoah/book-store-indexes

A Codecademy Advanced PostgreSQL Database Practice Project

postgresql sql

Last synced: 16 Jun 2025

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/erenworld/sqlite

SQLite, covering SQL parsing, virtual machines, B-trees, paging, and file storage.

b-tree compiler paging sql sqlite vm

Last synced: 23 Jun 2025

https://github.com/ayanantapramanik/mysql-layoffs-analysis

End-to-end SQL project on layoffs data: Data cleaning and exploratory analysis using MySQL Workbench.

data-cleaning eda exploratory-data-analysis mysql portfolio-project sql

Last synced: 07 Jul 2025

https://github.com/rahad-ullah/bazarly-server

Multi Vendor E-commerce Server

ecommerce express-js nodejs postgresql prisma sql

Last synced: 07 Apr 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/milnichandrasekara/student_management_system

A MySQL-based Student Management System to handle students, courses, faculty, departments, and enrollments. Includes SQL scripts for database creation, constraints, triggers, and sample data for academic use or demo purposes.

dbms mysql sql sqlconstraints studentmanagementsystem triggers

Last synced: 07 Jul 2025

https://github.com/anibalalpizar/jsp-sql-planillas

Project of a spreadsheet system with reports, using jsp, sql, bootstrap and tailwindcss

bootstrap java jsp sql tailwindcss

Last synced: 07 Apr 2026

https://github.com/memosainz/javaspring-crud-api-rest-postgresql

> It's a CRUD in Java, with an API Rest using Spring boot, Hibernate, PostgreSQL, Docker, Maven & Postman.

api crud docker hibernate java maven postgresql postman rest spring spring-boot sql

Last synced: 02 Apr 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/vasugi2003/workwallet

WorkWallet - Java Console application for Textile Industry product prices earning calculator, using Java OOPS and MySQL for data storage, retrival and processing.

console-application java jdbc-connector mysql-database oops queries sql vscode

Last synced: 16 May 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/bh-tec/dio-livecoding-evitando-o-7x1-com-python-e-sql

Projeto da live coding "Evitando o 7x1 com Python e SQL" da DIO.

dio jupyter-notebook livecoding python sql

Last synced: 18 May 2026

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/arcanma/umbria_osm_stats

OSM data statics for Umbria region

bash-scripting osm2pgsql psql sql

Last synced: 17 Feb 2026

https://github.com/pinar9/sql

https://github.com/pinar9/sql

postgresql sql

Last synced: 30 Jun 2026

https://github.com/justinjsd/analytics-engineering

📊 A repository focusing on analytics engineering, particularly using dbt on the Northwind Sample dataset

bigquery dbt sql

Last synced: 13 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/an4pdm/hotel-management-system

O Hotel Management System é um sistema de gerenciamento de reservas e clientes para hotéis, desenvolvido com um banco de dados relacional. Ele permite o armazenamento e consulta eficiente de informações sobre clientes, reservas, quartos, pagamentos e cupons de desconto.

crud database development mysql relational-databases sql

Last synced: 17 Feb 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/tahaaa22/problem-solving

This collection contains my approaches, thought processes, and final solutions to coding challenges from popular platforms such as LeetCode, HackerRank, and CodeForces.

cpp data-structures problem-solving sql

Last synced: 10 Sep 2025

https://github.com/saponikk06/personalbase.sgl

Персональная база данных для учета привычек, финансов, курсов и тд..

courses data-modeling erd finance-tracker habit-tracker personal-database postgresql relational-database sql task-manager trips

Last synced: 16 Jul 2025

https://github.com/bleakmego/wrenai

WrenAI is an open-source GenBI agent designed for seamless integration and powerful performance. Explore the code on GitHub! 🐙🌟

agent anthropic bedrock bigquery business-intelligence charts duckdb genbi llm openai postgresql rag sql sqlai text-to-chart text-to-sql text2sql vertex

Last synced: 07 Apr 2026

https://github.com/ashishsingh789/diversity-inclusion-dashboard

Explore organizational dynamics with our Diversity & Inclusion Dashboard, a cutting-edge Power BI tool designed to analyze gender representation and career progression within your organization. This dashboard provides an in-depth look at the evolution of gender diversity, juxtaposing past and current data to showcase progress in required areas

excel extract pgadmin4 powerbi sql transfer visualization

Last synced: 07 Mar 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/dafmg2197/admin-bd

ACA Administración de Bases de Datos - ficha 53350

database-management mysql sql

Last synced: 07 Jul 2025

https://github.com/ashishsingh789/adventure-work-dashboard

Explore sales performance and customer insights with the Adventure-Work-Dashboard, a Power BI visualization project based on Udemy product data. This repository features a dynamic dashboard that provides valuable insights into sales metrics, customer behavior, and product trends.

database datacleaning excel extract powerbi sql transfer

Last synced: 17 Jul 2025

https://github.com/edochiari/international_debt-data_analysis

This project focuses on analyzing a dataset that contains information about international debt. The data includes debt figures for various countries, along with indicators specifying the type of debt. The goal of this analysis is to derive insights such as total debt, country rankings based on debt, and debt distribution across indicators.

dataanalysis debt international sql

Last synced: 07 Jan 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/benzerinsio/usairlinesatisfaction-powerbi

📊 Análise interativa da satisfação de passageiros de companhias aéreas com Power BI, usando dados pré-processados em SQLite para explorar tipo de viagem, classe e serviços.

customer-satisfaction dashboard datavisualization powerbi sql sqlite

Last synced: 17 Jul 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/mikeludemann/sql-files

Making simple SQL files

sql

Last synced: 07 Jan 2026

https://github.com/mexikoedi/db_kaufwunder_online

This is a simple PHP connection to a database which I programmed to learn a bit more about PHP and SQL.

css database html php simple sql website

Last synced: 11 Feb 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/ayabh/portfolio

This repository is to show my Data Analytics, Science & Engineering skills, share projects, and track my progress.

aws data-engineering data-science data-visualization etl pyspark python sql

Last synced: 17 May 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/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/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/kaushik-puttaswamy/spotify-track-analysis-pipeline

The Spotify Track Analysis Pipeline extracts track metadata from the Spotify Web API, stores it in a MySQL database, and provides insights through SQL queries and visualizations. It enables efficient data collection, analysis, and visualization of Spotify track information.

python spotify-web-api sql

Last synced: 18 Jul 2025

https://github.com/elenaches/java-sql-game--neverending-platformer

A final college project written in Java and SQL using Microsoft's Access Database, a real-time randomly generated 2D platformer with a create & load custom levels mechanic.

2d-animation accesssql college-project game java java-game level-creation microsoft-access platformer randomly-generated sql

Last synced: 18 Jul 2025

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/Nadezhda2024/the_project_2

Исследование данных торговой компании «СтройСнаб» с помощью SQL.

exel github markdown mysql portfolio postgresql sql sql-server sqlite3 visual-studio-code

Last synced: 30 Dec 2025

https://github.com/prinuvinod/sql

Few codes to learn SQL

csv python sql

Last synced: 24 Jun 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/sarthakbhutani/job-run-service

Job running service - to queue n parallel tasks in a queue [where user can only have m parallel jobs running at a time]. Implimented this via sort of a rate limiting mechanism using queues

kafka queue redis sql

Last synced: 17 May 2026

https://github.com/foyez/postgres

PostgreSQL at a glance

database postgres postgresql sql

Last synced: 17 May 2026

https://github.com/mauserzjeh/null

Nullable field for Go

generics go golang json null nullable sql

Last synced: 20 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/darkensoda/mahmoudadelmvclab

Practice project for ASP.net, MVC and SQL

asp-net-mvc csharp sql

Last synced: 15 May 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/vitor-msp/crud-java

CRUD básica desenvolvida em Java para cadastro de contatos em banco de dados MySQL.

crud java jdbc mysql sql swing

Last synced: 17 May 2026

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/yawkar/hse-postgresql-lab-2

(Student Lab Project) Ordinary laboratory work

postgresql sql

Last synced: 09 Apr 2025

https://github.com/marceometry/pokemon-team-crud

Trabalho escolar sobre PHP e SQL

css php pokemon sql

Last synced: 28 Mar 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/romangw/runescape-ge-alch-pipeline

Python-based data pipeline, pulls OSRS's GE data using API GET requests, packs them into a .csv to be used in SQL or more.

postgresql python runescape runescape-api sql

Last synced: 17 May 2026

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/manyakrus/ddl_from_protobuf

Create DDL sql script from protobuf .proto file, for database create tables and columns, constraints and indexes, generated automatic.

ddl generator postgres postgresql protobuf script sql

Last synced: 19 May 2026

https://github.com/camsvn/roms

Restaurant Order Management System

c-sharp microsoft-sql-server pos-system sql visual-studio

Last synced: 08 May 2026

https://github.com/plishka/blockchain_analysis

Cryptocurrency On-Chain Analysis (Bitcoin Blockchain)

bigquery blockchain data-cleaning scraping-websites sql tableau

Last synced: 25 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/matz1979/redshift

My AWS Redshift project

aws python redshift sql

Last synced: 14 May 2026

https://github.com/igoraugust0/db-2

🗄️ Arquivos e materiais utilizados na disciplina GSI021 - Banco de Dados 2 da UFU.

database java jdbc postgresql sgbd sql

Last synced: 11 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