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/elazzouzihassan/advanced_databases

This repository contains advanced database concepts and examples, with a specific focus on Oracle Database.

advanced-database db oracle oracle-database sql sqlite

Last synced: 19 Apr 2026

https://github.com/omarelfiki/vortexdb

An application linked to a database built for a Cinema Management use-case. It handles customer bookings in different showtimes of movies across multiple screens in different branches. This project used SQL as its data structure and Python as its base

dbms-project gui mssql-server python sql sql-injection

Last synced: 15 Jun 2026

https://github.com/whiskyechobravo/karboni

Mirror a Zotero library into a SQL database

academia cli-app database python scholar sql zotero zotero-api

Last synced: 24 Apr 2026

https://github.com/whopiyush/hashtag-bot-discord

A bot to get trending hashtags in discord or something :p

discord eris hashtag monitor postresql server sql trending

Last synced: 15 Jun 2026

https://github.com/svetlanam/data-scripts

Simple scripts for data cleaning, etl transformations and data reorganisations

data-cleaning data-transformation dimensions etl facts keboola numpy pandas python3 snowflake sql star-schema

Last synced: 04 May 2026

https://github.com/asmrcodez-yt/tools

All Tools I need it or training files when learn new things,

ai postgresql python sql tools training-files

Last synced: 29 Apr 2026

https://github.com/exegeses/introdb-64151

Curso de Introducción a las Bases de datos | código 64151

database-design databases mysql mysql-database sql

Last synced: 29 Apr 2026

https://github.com/tuanai-vireox/beyond-leet-code-practice

Practice for Algorithm, Data structure, SQL, Bigdata ...

data-structures-and-algorithms leetcode python sql system-design

Last synced: 17 Jun 2026

https://github.com/rijkvanzanten/node-run-sql

Script that'll read a SQL file and run the query in the specified db

database file node reset sql

Last synced: 04 May 2026

https://github.com/zhubby/liquid

Liquid is the AI audit and observability layer for your database, built to help teams understand, review, and monitor SQL from local development to production Postgres.

ai-agents postgresql sql

Last synced: 17 Jun 2026

https://github.com/johnsoct/bash-sql-cli-local-db-query-tool

Generic Bash CLI tool to query a single row within a local PostgreSQL database.

bash cli postgresql sql

Last synced: 04 May 2026

https://github.com/andresweitzel/database_projects

Central repository for SQL / NoSQL database projects

database-projects dbeaver git mongodb mysql no-sql oracle-xe-21c postgresql sql xampp

Last synced: 29 Apr 2026

https://github.com/dwdw2/nfac_app

It is my repository for Nfactorial2024!

beautifulsoup4 flask flask-login python sql sqlalchemy

Last synced: 04 May 2026

https://github.com/michellepellon/nfl-data-stack

NFL game predictions using ELO ratings, DuckDB, dbt, and Monte Carlo simulations. Achieves 85% feature parity with FiveThirtyEight. Full data pipeline running <10s on a laptop.

analytics data-engineering dbt duckdb elo-rating forecasting monte-carlo-simulation nfl parquet predictive-modeling sports-analytics sql stats statsmodels

Last synced: 18 Jun 2026

https://github.com/tamk-kol/sql-powerbi-hr_data_analysis-end-to-end

We'll build an HR database in SQL Server, import CSV data, and run queries for analysis. Then, we'll connect to Power BI, create visualizations, and build a dashboard. This end-to-end project will address HR's requests regarding healthy employees, non-smoker compensation, and absenteeism insights, all within the specified budget constraints.

absenteeism analysis employee-management end-to-end end-to-end-project hr leave leaveanalysis powerbi powerbi-desktop powerbi-report powerbi-visuals powerbidashboard powerbiservice sql sql-server sqlserver

Last synced: 18 Jun 2026

https://github.com/muhammadrafayasif/football-management-system

Football Management System is a full-stack web application for managing a football club database, built for our DBMS Semester Project.

dbms-project fastapi sql vercel-deployment

Last synced: 19 Jun 2026

https://github.com/knowthecode/groupby-lab-tester

Companion plugin for the Advanced SQL Lab

sql wordpress

Last synced: 19 Jun 2026

https://github.com/neotomadb/neotoma_sql

Repository for functions associated with Neotoma's Postgres DB

neotoma paleoecology postgres sql

Last synced: 19 Jun 2026

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

Collection of SQL challenges designed to demonstrate my skills and expertise in database management, data analysis, and data manipulation using SQL. This repository serves as a showcase of my abilities to handle complex SQL queries, optimize database performance, and solve real-world data problems.

data-analytics data-mining data-science datamanipulation mysql postgresql sql

Last synced: 24 Apr 2026

https://github.com/mdanwarulkarim/data_analysis_report

This Data Analyst portfolio project focuses on business KPIs by cleaning, transforming, and visualizing data to develop a dashboard. The tools utilized in this project include Excel, SQL Server, T-SQL, and Power BI.

excel power-bi sql sql-server

Last synced: 20 Jun 2026

https://github.com/marcelo-mattos/hydrix

Hydrix is a minimal ORM for .NET designed for developers who prefer full control over their SQL, offering fast, predictable, and transparent object hydration.

ado-net hydration hydrix materializer micro-orm sql

Last synced: 09 Apr 2026

https://github.com/dorukalkan/3a-superstore-analysis

End-to-end data analysis, machine learning, and visualization project on a Turkish supermarket dataset

data-science data-visualization dbt machine-learning power-bi python sql

Last synced: 20 Jun 2026

https://github.com/matteogioioso/postgres-explain-web

PostgreSQL query plan visualization

postgres postgresql query query-plan sql

Last synced: 29 Apr 2026

https://github.com/puureya2/catering-order-form

Year 2, Internet Programming ISB42503, Lab Project

database-management-system html-css mysql php relational-database sql

Last synced: 19 Apr 2026

https://github.com/nasirkhan294/vet-clinic-db

The vet_clinic project is a software application designed to manage a veterinary clinic's data. It utilizes PostgreSQL as the underlying database system.

database postgresql sql

Last synced: 24 Apr 2026

https://github.com/tupiribas/jdbc-dao-demo

Aplicando os conhecimentos sobre as linguagens Java e SQL além de, usar os conhecimentos sobre o padrão de projeto DAO (Data Access Object) e a tecnologia JDBC

dao database java jdbc sql

Last synced: 29 Apr 2026

https://github.com/jundel-malazarte/crud_book

Create, Read, Update & Delete - Table Books with MySQL Database (CRUD)

skills sql table test

Last synced: 21 Jun 2026

https://github.com/heptau/pg_atropos

✂️ Go command-line tool that splits PostgreSQL pg_dump -Fc (custom-format) dumps into individual files organized for Git versioning. Instead of wrestling with a single giant SQL file, each database object gets its own file — tables in TABLE/, functions in FUNCTION/, roles in ROLE/, and so on.

git plpgsql postresql sql

Last synced: 21 Jun 2026

https://github.com/nabinkhair42/datalens

The web-native, collaborative database IDE

datbase db nextjs postgresql sql web

Last synced: 21 Jun 2026

https://github.com/bmukesh23/dsa

DSA Practice

java sql

Last synced: 21 Jun 2026

https://github.com/miroslav-reiter/kurz_ako_sa_stat_db_analytikom

📈 Ako sa stať Databázovým ANALYTIKom - Materiály, zdroje, skripty k večernému online školeniu Ako sa stať Databázovým Analytikom pre Robime.it (Mentor Partners)

analytics analytik db dbms mysql regex regex-pattern regular-expression regular-expressions reiter sql

Last synced: 24 Apr 2026

https://github.com/geekidharsh/analyze-and-optimize-airtrafficroutes

Boston Consulting Group Case study to mine Global Air Traffic data to predict and find key areas of improvement for airliners and airports

dashboard dataanalysis database mysql powerpoint python sql tableau-repository

Last synced: 05 May 2026

https://github.com/cadentic/dba_monitoring_scripts

shellscripting and sql scripts for DBA and Sysadmin

dba e-bu oracle shell sql

Last synced: 22 Jun 2026

https://github.com/arikmukherjee/inotes

This is a fullstack web development project .

bootstrap html-css-javascript jquery php sql

Last synced: 05 May 2026

https://github.com/aldythnahak/java_springboot_app_event_management

A full-featured event management web application built with Java Spring Boot. This app allows users to create, browse, and register for events, while administrators can manage event listings, track attendees, and view reports. Designed for scalability, maintainability, and ease of use.

client-side html-css-javascript java server-side spring-mvc springboot sql web-application

Last synced: 05 May 2026

https://github.com/nodef/pg-slang

Convert informal SQL SELECT to formal SQL.

column formal informal pg row select slang sql table

Last synced: 24 Apr 2026

https://github.com/mohamedjakkariya/init-node-server

To create the Node SQL Express(NOSE) server with a single line of code to initialize the repository. Also this like a kind of CRA (Create-react-app) template.

expressjs nodejs server sql

Last synced: 05 May 2026

https://github.com/dkoh2018/sql_db

ETL pipeline for processing LinkedIn company data: extracts JSON, normalizes, and stores in MySQL

data-engineering data-pipeline etl json linkedin mysql sql

Last synced: 05 May 2026

https://github.com/reza-saeedi-coding/netflix-data-analysis

A complete end-to-end Netflix dataset analysis using Python, SQL, and Matplotlib. Explores genres, content ratings, and trends using exploratory data analysis and visualizations.

data-analysis data-cleaning eda matplotlib netflix pandas portfolio-project python sql sqlite

Last synced: 17 Apr 2026

https://github.com/vasu10134/food-delivery-management-system

This repository contains a Java project, Food Delivery Management System, designed to manage food delivery operations efficiently. It uses Java for the backend logic and SQL for database management, ensuring smooth handling of users, orders, and restaurants. The system is scalable and ideal for learning full-stack development concepts.

java sql

Last synced: 24 Jun 2026

https://github.com/ar4ikov/sqlextendedobjects

Утилиты и классы для облегченной и удобной работы с SQlite таблицами и SQL в целом.

database db oop opensource pytnon sql sqlite sqlite3 tables

Last synced: 05 May 2026

https://github.com/shubham-bhoite/leetcode-mysql

This repository contains solutions to LeetCode SQL challenges.

leetcode leetcode-mysql leetcode-solutions mysql sql

Last synced: 25 Jun 2026

https://github.com/nareangk/netflix-de-project

This project demonstrates an end-to-end data engineering pipeline using Azure and Databricks, following a Medallion architecture to process and analyze Netflix data.

adf adlsgen2 azure azuredatabricks pyspark python sql

Last synced: 05 May 2026

https://github.com/ratchanon-noknoy2318/hosxp

HOSxP data extraction SQL scripts

database hosxp sql

Last synced: 26 Jun 2026

https://github.com/shanu-shahbin/django_orm_mastery

Django ORM Mastery is a hands-on project developed to help understand and master Django's ORM features. This project contains examples and implementations of various ORM queries, model relationships, signal handling, transactions, and custom managers.

crud django grappelli orm sql

Last synced: 19 Apr 2026

https://github.com/rudolphreti/asp.net-sql-docker-basics

This project serves as an introduction to the basics of containerization using Docker. It covers application and SQL Server containerization, aiming to demonstrate the basic concepts and operation of Docker. The application is written in ASP.NET Core, C#, Entity Framework, MVC.

asp-net-core csharp docker mvc sql

Last synced: 28 Jun 2026

https://github.com/xkaunanx/sql-university

UTN - 3rd Year Engineering: Databases – Relational models, SQL, normalization, querys, constraints, views, stored procedures

sql sqlserver

Last synced: 19 Apr 2026

https://github.com/finesse/queryscribe

Light SQL query builder designed for extensibility and flexibility

database library mysql query-builder sql sqlite

Last synced: 05 May 2026

https://github.com/kleponijo/klimatologi

klimatologi aplikasi stasiun klimatologi untuk TA framework Flutter kelompok BMKG

bmkg dart databases firebase flutter google klimatologi realtime sql

Last synced: 29 Jun 2026

https://github.com/lucas-rm/api-noticias-ddd

Desenvolvimento de APIs utilizando DDD para inserir dados de notícias simulando solicitação de um cliente.

angular api csharp dotnet entity-framework entity-framework-core noticias sql sql-server

Last synced: 05 May 2026

https://github.com/reza-saeedi-coding/aws-financial-operations-data-pipeline

End-to-end cloud data engineering pipeline for financial operations analytics using Python, Amazon S3, AWS Glue, Athena, Lambda, CloudWatch, Docker, and GitHub Actions.

amazon-athena amazon-s3 aws aws-glue aws-lambda cloudwatch data-engineering data-pipeline docker etl github-actions parquet portfolio-project python sql streamlit

Last synced: 29 Jun 2026

https://github.com/arkenidar/spring-baseconf

./mvnw spring-boot:run # + jdbc config and server setup

freemarker java jdbc spring sql web

Last synced: 29 Apr 2026

https://github.com/vargascardona/proyecto-biblioteca

Sistema de gestion de biblioteca

database java management sql

Last synced: 10 May 2026

https://github.com/daudi13/vet-clinic-database

This is a database projec for a vet clinic that uses SQL. the database holds data about animals animals' owners clinic employees visits

database postgresql sql sql-server

Last synced: 05 May 2026

https://github.com/nebeyoumusie/streamlit-dashboard

recreate Excel dashboards within Python web apps. No more struggling with complex VBA macros – empower yourself to generate interactive and visually appealing dashboards for financial data analysis.

duckdb plotly python sql streamlit streamlit-dashboard

Last synced: 29 Apr 2026

https://github.com/joaogsleite/express-backend

NodeJS example backend built with Express, Passport, Joy and Sequelize

api express http nodejs passport sequelize sql

Last synced: 05 May 2026

https://github.com/milindsangale/sigma-6.0-backend

This is Repository contain Node.js, SQL, REST, MongoDB, REST-API.

expressjs mongodb node nodejs rest rest-api sql

Last synced: 05 May 2026

https://github.com/thepolocloud/polocloud-database

A flexible database provider module for the PoloCloud ecosystem, supporting multiple backends.

mariadb mongodb mysql postgresql redis sql

Last synced: 19 Apr 2026

https://github.com/wvlet/sql

Bridging gaps between SQL and Scala collections

collection scala sql

Last synced: 25 Apr 2026

https://github.com/seaworld008/ai-coding-prompts-template

Open-source AI coding prompt template repo with Chinese explanations, English prompts, and specialized engineering playbooks.

ai ai-coding automation database developer-tools devops docker github-actions kubernetes nginx nosql prompt-engineering prompts software-engineering sql terraform

Last synced: 06 Jun 2026

https://github.com/jonathan-r-andrade/store-manager

API RESTful para gerenciamento de vendas no formato dropshipping.

chai express-js javascript mocha mysql node-js oas3 openapi-specification restful-api sinon sql swagger-ui unit-tests

Last synced: 04 Apr 2026

https://github.com/yuaanlin/minisql-client

A macOS client for MiniSQL, final project of Database Design course at Zhejiang university.

client minisql sql swift swiftui zhejiang-university zju

Last synced: 29 Apr 2026

https://github.com/undisputed-jay/spotifyapi-data-engineering-project

This projects uses ETL (Extract, Transform and Load) pipeline to extract data from Spotify using its API and loads the data to a data source(AWS Athena). The entire pipeline will be built using Amazon Web Services (AWS).

aws aws-athena aws-cloudformation aws-lambda aws-s3 awsglue python3 sql

Last synced: 05 May 2026

https://github.com/mr-vozhyk/karpov.courses-study

Часть заданий, мини-проектов и финальный проект от karpov.courses

airflow data-analysis git python sql statistics

Last synced: 05 May 2026

https://github.com/ahmadu-suleiman/fld-floating-dictionary-window-version

FLD Floating Dictionary for Windows is a desktop dictionary app that allows you to look up words and phrases in a floating window without leaving the current app you're using. It features a database of over one million words, providing comprehensive and authoritative definitions. It also includes spelling suggestions and a random search function.

gui hmtl5 jframe json sql sqlite

Last synced: 06 May 2026

https://github.com/alvations/dopplershift

Pythonic SQL for mere mortals

python redshift sql

Last synced: 29 Apr 2026

https://github.com/jamesrobionyrogers/spaced-repitition-software-website

Onslow SRS is a project for an assignment where we were tasked to create an interactive website

2021 assessment-project javascript php sql

Last synced: 25 Apr 2026

https://github.com/ravener/nodejs-restapi

A basic rest api using Expressjs, Express Validator and Sequelize.

api express expressjs nodejs postgresql rest sequelize sql

Last synced: 06 May 2026

https://github.com/hectorzamoranogarcia/sql-gym-split

SQL-based system for strength-training analysis. It includes predictive models for fatigue management, deload (rest-week) optimization, and plateau detection using Window Functions and business logic.

data-engineering data-quality fatigue-management fitness-tracker gym-analytics predictive-analytics sql sqlite strength-training window-fu

Last synced: 08 Jun 2026

https://github.com/marialobillo/fcc-salon-database-project

freecodecamp project from database certification

bash certification freecodecamp sql

Last synced: 20 Apr 2026

https://github.com/imandreabellani/elaborato-informatica-esame-di-stato-2019-20

Progetto che ho ideato e realizzato come elaborato di indirizzo (Istituto tecnico informatico, articolazione "Informatica") per l'esame di stato dell'anno scolastico 2019/2020. Voto esame di stato: 100/100

css esame-di-stato html informatica javascript php sql

Last synced: 06 May 2026

https://github.com/kumailn/androidsnippets

✂️A collection of small, useful, reusable code snippets for common Android tasks

android java json sql volley

Last synced: 06 May 2026

https://github.com/daneshcode/database-assignments

This repository contains the questions and solutions for the database assignments of university

database sql sql-server

Last synced: 06 May 2026

https://github.com/raffaeleav/gestione-etichette

A Java GUI developed as a project for the Basi di Dati (Database) course, part of the Computer Science Bachelor's Degree program at the University of Salerno

entity-relationship-diagram java mysql-database query sql

Last synced: 26 Apr 2026

https://github.com/petykowski/sql-script-generator

CSVtoSQL is a utility to generate different SQL scripts by referencing .csv files.

python-3 scripting sql

Last synced: 06 Jun 2026

https://github.com/iasmincirino/salao

Site com php e banco de dados

css javascript mysql php sql

Last synced: 29 Apr 2026

https://github.com/anibalalpizar/aspnet-condominium-management

A condominium management web project with ASP.NET MVC and SQL Server. Control residents, common area reservations, finances and more. An easy to use and customizable solution for condominium management.

asp-net-mvc clean-code csharp sql

Last synced: 26 Apr 2026

https://github.com/siriusphp/sql

Flexible query building library for PDO connections with a small API surface and auto-complete support (low cognitive load)

mysql pdo pdo-php php query sql sqlite

Last synced: 06 May 2026

https://github.com/theabhishek07/hello-world

This repository will contain the HELLO-WORLD! programs written in different programming languages.

arduino bash bosque c c-plus-plus c-sharp cobol coffeescript dart english html java javascript kotlin php python reactjs scala sql windows-command-line

Last synced: 04 Apr 2026

https://github.com/mofazzal874/myportfolio

This Repo contains My portfolio for Web development Laboratory done with PHP.I used Xampp for server and database

css html javascript php sql xampp-control-panel

Last synced: 06 May 2026