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/filsan95/project-iot_malware_identification

This repository contains the code and data for a project that detects malware from IoT devices using a publish-subscribe model with Confluent and Databricks. The project streams IoT device data to Kafka, analyzes it, and detects malware using machine learning models such as Random Forest and Gradient Boosted Trees.

apache-kafka classification confluent databricks machine-learning-algorithms scikit-learn sql

Last synced: 16 Mar 2025

https://github.com/ldilley/pyble

:orange_book: Bible analyzer

bible bible-search bible-study bible-verse python sql sqlite

Last synced: 29 Apr 2026

https://github.com/skyrocketstan/learning_netology_sql-basic

Домашнее задание к занятию 8.1: SQL: основы работы, DDL, DML

netology sql sql-learning sql-query

Last synced: 07 Jan 2026

https://github.com/rdrahul123/books

Books must be read as deliberately and reservedly as they were written.

algorithms-and-data-structures blockchain books cryptography datastructures dbms machine-learning mongodb sql

Last synced: 12 Jun 2025

https://github.com/co-za-niutki/inf.03

Testy INF.03

css html5 javascript php sql

Last synced: 10 May 2026

https://github.com/devlandsio/com2034-sql

Lập trình T-SQL với SQL

fpt-polytechnic mssql sql t-sql

Last synced: 04 Jul 2025

https://github.com/mateo-404/universidad

Programas que realicé durante mi instancia estudiando la Tecnicatura Universitaria en Programación en la UTN FRRa durante los años: 2023-2024 🎓

c csharp estudios java practice pseint pseudocode sql university utn-frra

Last synced: 01 Apr 2025

https://github.com/ebebbington/copytube

PHP focussed app. Learning project: HTML, SASS, JS, PHP, Laravel, Docker, SQL, Blade Redis Pub/Sub & DB Cache, Deno WS Sockets

css deno docker html javascript nginx php php-fpm sql

Last synced: 07 Jan 2026

https://github.com/alessioborgi/helpdesk_system

A web-based help desk application designed to streamline customer support and issue tracking. This project includes features like ticket management, user authentication, and real-time updates to facilitate efficient communication between customers and support teams.

css javascript php python sql system ticketing

Last synced: 28 Mar 2025

https://github.com/tuni56/aws-data-lake-workshop

Workshop nivel 200 en la consola de AWS: construí un Data Lake serverless con Amazon S3, AWS Glue y Amazon Athena. Paso a paso en español, dataset de ventas incluido.

amazon-athena amazon-s3 aws aws-glue aws-workshop cloud-computing data-analytics data-engineering data-lake datalake espanol etl parquet serverless sql workshop

Last synced: 29 May 2026

https://github.com/karan-malik/dbwithpython

Parsing XML and JSON data and storing it in SQLite databases using Python

coursera database json mysql python python3 pythonforeverybody sql sqlite sqlite3 xml

Last synced: 12 Apr 2026

https://github.com/praveendecode/iss-data-warehouse-mongodb-sql-project

Space Exploration Data Fusion : Unleashing the International Space Station Insights with MongoDB and SQL Integration

database dataharvesting datawarehousing etl-pipeline iss mongodb postgresql python sql streamlit-webapp

Last synced: 12 Apr 2026

https://github.com/jbrown9124/love-and-pain-experiment

Created a full-stack web application to process data for an experimental questionnaire. The client was created with React.js, the REST API with Python (Flask), and questions, possible answers, and user input are stored in and queried from a MySQL (SQL) database. Upon completion, a chart is displayed which is meant to prove a psychological theory. Deployed using Heroku.

flask flask-sqlalchemy mysql python3 react-router reactjs sql

Last synced: 12 Apr 2026

https://github.com/ascoos/jsqldb

JSQLDB is a "lightweight, JSON-powered database system" designed for PHP applications. It provides "SQL-like queries" with the flexibility of JSON storage, "eliminating the need" for traditional database dependencies like SQLite or MySQL.

ascoos ascoos-framework database json php php8 sql

Last synced: 15 May 2026

https://github.com/riccardorevalor/datasciencedatabasetech

Labs, exercises related to the course 'Data Science and Database Technology' of Politecnico di Torino

olap-database pl-sql sql triggers

Last synced: 02 Apr 2025

https://github.com/andresilmor/airline-database

Introduction Project to the development of a SQL/Relational Database, using MySQL. From the Model Design till the implementation and test information insertion.

conceptual-model database first-timers mysql-database relational-databases sql sqlserver university university-project

Last synced: 22 Mar 2025

https://github.com/ramsailopal/liquibase-demo

A demonstration of Liquibase

cicd devops liquibase postgres postgresql sql

Last synced: 17 Dec 2025

https://github.com/jigyasag18/travel-form-using-php-technology

Travel Form Using PHP Technology is a project designed to collect and manage student information for trips. Built with HTML, CSS, and PHP, it features a user-friendly interface and a MySQL database for efficient data storage and retrieval.

css css3 cssstyle databse html php phpform phpforms sql travelform

Last synced: 09 Apr 2025

https://github.com/bhushan148/library-management-system

The 📚 Library Management System using SQL Project involves designing and managing a library database. It includes setting up tables for branches, employees, and books, performing 🛠️ CRUD operations, and using 📋 CTAS for advanced querying. The project aims to demonstrate expertise in 💾 SQL database design, 📝 data manipulation, and 📊 analysis.

mysql sql

Last synced: 29 May 2026

https://github.com/exbotanical/coalesce

Highly performant implementation of SQL `COALESCE` for JavaScript. Return the first value that is not null or undefined.

coalesce helper-functions micro-library sql validation-library

Last synced: 16 Oct 2025

https://github.com/billgonzo123/empl-tracker

A command-line based, project management tool for keeping track of team members under a SQL database.

inquirerjs mysql2 nodejs sql

Last synced: 15 May 2026

https://github.com/itayreznikie/retail-data-analysis

SQL queries and Power BI dashboards for data exploration and business analysis.

powerbi sql

Last synced: 09 Feb 2026

https://github.com/ramyacp14/vision-mart

Developed an integrated platform to unify Vision Books, Vision Flicks, Vision Music, and Vision Mart. Utilized Snowflake for data warehousing, DBT for data transformation, and Power BI for creating dashboards and business analytics. The framework includes data integration, processing, and visualization to improve operations and customer experience

datawarehouse dbt git powerbi snowflake sql

Last synced: 12 Jun 2025

https://github.com/zhukovanan/basket-analysis

Анализ продуктовых сочетаний

mssql-database r sql

Last synced: 10 Mar 2025

https://github.com/mraskends/poetystorage

A C# WinForms application for storing and reading poetry. Includes user login, registration, and customizable settings. Users and poems stored in a MySQL database. Built as a university coursework project.

csharp database desktop-app login-system mysql sql university windows-forms winforms

Last synced: 12 Apr 2026

https://github.com/charlie-obrien/random-schemas

A growing collection of SQL schemas and data that I use for various projects.

mysql sql

Last synced: 04 Jul 2025

https://github.com/sandipmaurya2611/rail-pass-management-system-using-php-and-mysql

This repository contains a Customer Relationship Management (CRM) system generated using PHP, CSS, and MySQL. The CRM system is designed to help businesses manage their interactions with current and potential customers, track leads, and streamline sales processes.

css my php sql

Last synced: 12 Apr 2026

https://github.com/harsh-arora-4114/e-commerce-data-analysis

Built and analyzed a relational database to derive insights on sales, customer behavior, and product performance. Used advanced SQL queries for data aggregation, trend analysis, and inventory monitoring. Strengthened skills in data visualization through queries and business reporting.

data-analysis-via-sql-queries relational-databases sql sql-data-visualization

Last synced: 03 Feb 2026

https://github.com/shivam1808/covid-tableau-project

Tableau Dashboard for project on COVID 19

mysql sql tableau tableau-dashboards tableau-public

Last synced: 29 May 2026

https://github.com/abhishekpsonawane07/sql_digital_music_store-data

SQL based project on Digital Music store, Solved 3 Sets of questions Ranging from Easy, Medium and Advance.

pg postgre sql

Last synced: 07 Jan 2026

https://github.com/rstoetter/mk-sql-data

mk-sql-data gives programmers the possibility, to generate even large amounts of testing data for SQL databases on the fly. It is a CLI app written in PHP

data-generation data-generator db2 generator human-data ibm-db2 informix mssqlserver mysql oracle php postgresql postgresql-database random random-generation sql sqlserver testing

Last synced: 12 Apr 2026

https://github.com/munyabelden/vet-clinic

This a database called Vet Clinic about animals. Contains animal names, date of birth, etc. Built with SQL

postgresql sql

Last synced: 03 Apr 2025

https://github.com/space-lumps/oroboro-dw-dbt

This project builds a clean, BI‑ready table user_base in BigQuery

analytics-engineering bigquery business-intelligence ci-cd data-mart data-modeling dbt elt gcp geospatial jinja metabase sql yaml

Last synced: 04 Sep 2025

https://github.com/idakrech/balkan-quiz

Java-based CLI quiz app using MySQL – created for OOP exam at Kristiania University College.

cli java object-oriented-programming oop quiz sql

Last synced: 12 Jun 2025

https://github.com/ashu3291/music-store-analysis

Data Analysis for Digital Music Store using SQL

beginner-friendly-project portfolio-project sql sql-server sqlproject

Last synced: 15 Mar 2026

https://github.com/sandipmaurya2611/crm-system-using-php

This is a simple Customer Relationship Management (CRM) system built using PHP and MySQL.

css mysql php sql

Last synced: 16 Apr 2026

https://github.com/memosainz/sportclub-mysql-phpmyadmin

A small exercise. Two tables emulating the database of a sport club. Where it's being used phpMyAdmin with MySQL.

myphpadmin mysql sql

Last synced: 04 Jul 2025

https://github.com/drawtables/frontend

Фронтенд сервиса для проектирования схем баз данных.

dbml docker postgres sql svelte

Last synced: 10 Mar 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

https://github.com/sambitos23/react-sql-editor

A web-based application capable of running SQL queries and displaying the results of said query.

react-ace react-csv react-hot-toast reactjs sql tailwindcss

Last synced: 25 Jun 2025

https://github.com/query-farm/python-sql-manipulation

A Python library for intelligent SQL predicate manipulation using SQLGlot. This library provides tools to safely remove specific predicates from SQL WHERE clauses and filter SQL statements based on column availability.

predicate-filtering predicate-logic predicate-pushdown sql sqlglot

Last synced: 05 Sep 2025

https://github.com/r-mahesh45/comprehensive-sql-database-project

This project showcases the design and management of SQL databases, focusing on creating efficient schemas and performing data operations like insertion, updating, and querying. It highlights best practices in database management for handling large datasets and complex queries.

schema schemadesign sql sqlqueries

Last synced: 06 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/akshpraj/students-performance

analyze student performance data with SQL and then visualize it in Power BI. My goal is to make the data clear and actionable, helping educators and students make informed decisions.

mysql power-bi powerpoint sql

Last synced: 29 May 2026

https://github.com/muhammed-fazal/student-success-and-early-intervention-analytics-system

To consolidate scattered student performance records into a unified Data Warehouse in SQL Server. Engineer an Interactive Power BI dashboards that visualize academic trends, identifying student performance and implement predictive analytics.

analysis analytics dashboard data data-analysis data-engineering data-science data-visualization database etl etl-pipeline power-bi powerbi python sql sql-server

Last synced: 29 May 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/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/nilusche/laragon-setup

Guide to setup Laragon for Web Development

laragon laravel pdf php redis sql

Last synced: 06 May 2026

https://github.com/shrutiijoshi/maven_movies_rental

Data analysis of movies CD/DVD rental (transactions) and inventory

analytics mysql sql

Last synced: 12 Jun 2026

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/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/femto11/jaggqly

A GraphQL to SQL generator for Spring Boot.

graphql json spring-boot sql

Last synced: 12 Apr 2026

https://github.com/alekrish-12/online_retailer-database

WINAIM BACKEND DATABASE ASSIGNMENT: The Online Retailer Database project aims to evaluate the ability to work with transactional data, aggregate functions, and subqueries. By designing a comprehensive database schema and writing SQL queries

commands database gitbash github-config schema sql

Last synced: 02 Jun 2026

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/ruru-lyy/bank-management-system

A simple bank management system built using Python and SQL to handle customer registration- SignUp/SignIn, Transaction operations such as cash deposit/withdrawal, fund transfer and Account Updation functionalities. The purpose for creating this project was to understand OOPS and Databases.

banking-system python sql

Last synced: 04 Jul 2025

https://github.com/enyaude/integrated-project-maji-ndogo-part-2

Explore Maji Ndogo's water quality analysis project, where a detailed 60,000-record database is used to identify pollution hotspots and guide intervention strategies. Leveraging Python, MySQL, and Jupyter Notebook, this project uncovers patterns and addresses environmental issues, driven by the call for data-driven solutions by President Naledi.

jupyter-notebook mysql mysql-database python sql

Last synced: 07 Jan 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/dhanyasri20/credit-risk-prediction

Credit Risk Prediction using Python, SQL, and Flask. Trained ML models (Random Forest) to identify high-risk loan applicants with 86% accuracy, automated SQL reporting, and deployed a Flask web app for real-time predictions.

classification credit-risk data-analysis financial-data flask loan-prediction machine-learning python random-forest sql

Last synced: 28 Apr 2026

https://github.com/animesshhh/Brick-Mortar-Business-Sales-Insights

This repo leverages SQL & Power BI to unlock sales insights & monitor target profit for a brick-and-mortar business.

data-analytics dax mysql powerbi sql sql-server

Last synced: 11 Mar 2025

https://github.com/habibur-rahman-swe/worldcupdatabase

2nd Task of Relational Database Certification

bashscript psql sql

Last synced: 27 Jan 2026

https://github.com/wtmcgrew/sql-credit-risk-analysis

Credit Risk Analysis using SQL & Excel – Approval trends by FICO, DTI, PTI, LTV, and delinquencies.

case-study credit-risk data-analysis financial-analysis loan-applications portfolio-project sql sqlite underwriting

Last synced: 04 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/damir-sijakovic/ds-store

This is webshop database written in SQL

sql webshop

Last synced: 05 Jan 2026

https://github.com/theo-liang/sql-and-tableau-project-analysis-for-rockbuster-stealth

This project involved analyzing data for Rockbuster Stealth LLC, a fictional movie rental company transitioning to an online video rental service.

cleaning-data common-table-expressions filtering-data relational-databases sql subqueries-and-joins

Last synced: 27 Feb 2026

https://github.com/eltorocorp/go-check

Check is a compact error handling framework for go.

error-handling go golang panic sql transactions

Last synced: 16 Mar 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/darrendavy12/postgressql_retail_sales_data_pipeline-analytics

Online retail data set from kaggle, I used this for a project using PostgreSQL to demonstrate my knowledge in SQL and workarounds when using the pgadmin GUI or psql tool.

analytics data-engineering datacleaning ecommerce ingestion onlineretailanalysis postgres postgresql realistic-data sql transfrom

Last synced: 04 Jul 2025

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

Manage your personal information with this PostgreSQL database. Track courses, finances, habits, tasks, and trips efficiently. 🌟📊

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

Last synced: 04 Jul 2025

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/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/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/guilhermersouza34/sql_pt2

Projeto Criação de um banco de dados relacional com três tabelas principais: Produto, Cliente e Vendas. Foram estabelecidas relações entre essas tabelas para modelar cenários de vendas, onde produtos são vendidos para clientes registrados. Além disso, foram realizadas inserções de dados simulando registros de vendas e consultas

java sql

Last synced: 04 Jul 2025

https://github.com/azonedev/sql-notes

DBMS & SQL notes with use case & examples. This repo will help you to think in SQL way

database dbms my-sql notes sql

Last synced: 28 Feb 2025

https://github.com/valyauw/lodgings-app

Example Lodgings Admin CMS + Showcase Web Application

express rest-api sql vue-js

Last synced: 21 Jun 2026

https://github.com/ndomah1/data-cleaning-in-mysql

This project cleans and standardizes a global dataset of tech layoffs using MySQL, transforming raw data into an analysis-ready format.

data-cleaning data-preparation layoffs mysql sql

Last synced: 25 Mar 2025

https://github.com/sravyatogarla/movie-recommendation-system

A complete Movie Recommendation System project implementing Popularity-Based, Content-Based, and Collaborative Filtering models using the MovieLens dataset. Built with Python, Pandas, and Plotly, featuring interactive inputs and visualizations.

capstone-project collaborative-filtering content-based-filtering data-science data-visualization edureka jupyter-notebook machine-learning movie-recomendation-system movielens pandas popularity-based-filtering python recommender-system scikit-learn sql

Last synced: 13 Apr 2026

https://github.com/fbarffmann/sql-challenge

Designed and queried a PostgreSQL employee database to analyze salary trends and organizational structure. Built ERD, created tables, and developed business-focused SQL queries.

data-cleaning data-modeling database-analysis employee-database erd postgresql salary-analysis sql

Last synced: 24 Apr 2025

https://github.com/mathiaslinux/sae301public

Website for an real estate agent

css database educational-project html js mariadb php sql

Last synced: 13 Apr 2026

https://github.com/davidkarnik/oraclesql

Oracle SQL fot University

mssql orale sql

Last synced: 18 Jun 2025