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/gakas14/aws-serverless-data-lake

This workshop is to build a serverless data lake architecture using Amazon Kinesis Firehose for streaming data ingestion, AWS Glue for Data Integration (ETL, Catalogue Management), Amazon S3 for data lake storage, Amazon Athena for SQL big data analytics.

athena aws data-lake etl glue-catalog glue-etl kinesis-firehose kinesis-stream s3 sql

Last synced: 26 Apr 2026

https://github.com/karthik7srm/freelancer-management-system

Project created using Python (Custom Tkinter for GUI), MYSQL (For Data Management), CSV(Data in comma seperated values) PowerBI (Data Visualization)

data-science freelancer management-system mysql powerbi python sql tkinter

Last synced: 26 Apr 2026

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

A streamlined 🏨 Hotel Management System that allows for efficient handling of hotel reservations and room management. Built using Java (JDBC), MySQL, and IntelliJ IDE, this project provides a clean command line interface for essential hotel operations.

intellij java jdbc oop sql

Last synced: 26 Apr 2026

https://github.com/aakash3279/my-leetcode-problems

This is a repository where coding solutions are provided which i solved in leetcode

algorithm data-structures java javascript leetcode-java leetcode-solutions sql

Last synced: 26 Apr 2026

https://github.com/gcoronelc/ucs_tp_2_2018-0a

Taller de Programación II en la Cientifica con Gustavo Coronel

ajax gcoronelc java jdbc json jsp jstl mvc servlets sql web

Last synced: 26 Apr 2026

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

✴️ RDB Hometask - SQL course

database goit goit-rdb-hw-02 mysql sql workbench

Last synced: 26 Apr 2026

https://github.com/moshora99/sql-data-warehouse-project

Build modern data warehouse with mysql, Including ETL processes, data modeling and analytics

data-analysis data-engineering data-science database datawarehouse datawarehousing etl scheme sql sql-query sql-server

Last synced: 27 Apr 2026

https://github.com/bifenzine/gestion-commercial-j2ee

This project is a Java EE (J2EE) application aimed at managing commercial activities within an organization. It leverages the power of Java EE technologies to provide a robust and scalable solution for handling various aspects of commercial management.

j2ee java maven mvc sql tomcat

Last synced: 27 Apr 2026

https://github.com/antonharbers/periodic-table-fcc-cert

SQL Project for free code camp certificiation.

freecodecamp freecodecamp-project sql

Last synced: 27 Apr 2026

https://github.com/devizer/sqlserver-version-management

SQL Server Setup and Management including Developer, Express, and LocalDB editions. The intended use of this project is for Continuous Integration (CI) scenarios, where: SQL Server or LocalDB needs to be installed without user interaction; SQL Server or LocalDB installation doesn't need to persist across multiple CI runs.

2005 2008 2012 2014 2016 2017 2019 2022 automation ci configuration powershell setup sql sql-server test-automation

Last synced: 27 Apr 2026

https://github.com/jigyasag18/food-order-website

FoodHub is a web-based application that simplifies the food ordering experience. It connects customers with a diverse range of restaurants, allowing users to easily explore and order their favorite dishes. With an intuitive interface, flexible payment options, and extensive menu choices, FoodHub redefines convenience in dining.

css databse food-ordering food-ordering-system food-ordering-website html php php-framework phpmyadmin sql sql-database website

Last synced: 27 Apr 2026

https://github.com/jrili/datacamp-analyzing-students-mental-health

Exploratory data analysis with SQL on how students' length of stay impacts mental health.

exploratory-data-analysis jupyter-notebook postgresql sql

Last synced: 15 May 2026

https://github.com/rudradcruze/ostad-python-webdev

Full Stack Web Development with Python, Django & React

css html oop python python3 sql

Last synced: 18 May 2026

https://github.com/byteakp/lazyydb

Introducing LazyDB, a lightweight, zero-setup JSON database with SQL-like queries, designed for rapid development. 🚀

js sql

Last synced: 16 Feb 2026

https://github.com/query-farm/marisa

The Marisa extension by Query.Farm integrates the fast, space-efficient MARISA trie into DuckDB, enabling high-performance string lookups, prefix searches, and autocomplete functionality.

common-prefix-search duckdb duckdb-extension marisa marisa-trie predictive-search sql trie tries

Last synced: 18 May 2026

https://github.com/slashmo/chinchilla-cli

Easy to use file-based SQL migrations toolkit

database migrations sql

Last synced: 17 Feb 2026

https://github.com/pramodkondur/dataspark-end-to-end-dataanalytics

Cleaned, performed EDA and stored data in MySQL. Queried, and analyzed data, uncovering opportunities to drive revenue growth and optimize operations, with a potential revenue growth of $30.03 million. Reported key insights using Power BI.

data-analysis data-visualization eda powerbi python sql

Last synced: 21 May 2026

https://github.com/mdalamin5/play-with-sql-from-scratch-sqlalchemy-orm

A complete hands-on SQL practice repo based on CampusX's DBMS & SQL course. Covers DDL, DML, Grouping, Joins, Subqueries, and Window Functions using MySQL. Ideal for beginners to strengthen their database skills with real-world datasets and structured folder-wise queries.

mysql-database postgresql sql sqlalchemy-python

Last synced: 09 May 2026

https://github.com/zofiaqlt/real_estate_sql

🎯 Database development and query implementation to identify growth opportunities for a Real Estate company looking to expand their operations - use of UML modeling, SQL and MySQL (Business insights, Data collection, Data preview and modelization with SQL Power Architect and Microsoft Excel / Power Query, and database conversion to MySQL using SQL)

database mysql sql uml-diagrams

Last synced: 18 May 2026

https://github.com/fortademunca/luca-andrei-portfolio

I developed a rigorous cybersecurity project portfolio on mock clients covering NIST, audits, Linux, SQL, assets, threats, vulnerabilities, detection, incident response, escalation, Wireshark, tcpdump, IDS (Suricata), SIEM (Splunk, Chronicle), and Python automation.

chronicle cybersecurity escalation ids incident-response linux nist playbook python security security-audit security-automation siem splunk sql suricata tcpdump threat-modeling wireshark

Last synced: 03 Jan 2026

https://github.com/baschin1103/players-database-hattrick

This repository contains all files and programs for creating a normalized and relational database consisting of players from hattrick.org. See readme for more information.

csv database database-design python sql

Last synced: 18 May 2026

https://github.com/lalathealter/kairastat

A service API with integrated SQL for the VKontakte internship exam (Backend Dev position)

api go golang postgresql sql

Last synced: 21 May 2026

https://github.com/jabercrombia/csv-to-sql

A simple Python script that converts CSV files into SQL CREATE TABLE and INSERT statements. Drop your CSV files into the csv/ directory, run the script, and get structured SQL output in the sql/ directory

csv pandas python sql

Last synced: 06 May 2026

https://github.com/nour-zayed/shopping-trends-analytics-sql-python-power-bi

"End-to-end Shopping Trends analytics project using SQL, Python, Excel & Power BI — data cleaning, EDA, KPI generation, and interactive dashboards with DAX for actionable business insights."

business-intelligence data-analysis data-visualization dax powerbi python sql

Last synced: 18 May 2026

https://github.com/suniljeurkar/snowflakebd

SnowflakeBD is a Python-based test automation framework designed to perform data integrity, business validation, and performance testing on Snowflake databases. It uses Pytest, Snowflake Python Connector, and RSA key authentication to ensure secure and efficient testing.

big-data python3 query snowflake sql

Last synced: 21 Mar 2025

https://github.com/mehrajlatifli/transaction-in-ado.net

A database called Library2 and its stored procedures are used to work with ADO.Net for Transaction operations in WPF Application

adonet csharp database filestream library mssql-database mssqlserver sql sqlserver-2019 storedprocedure transactions triggers tsql userdefined-stored-procedure wpf

Last synced: 07 Apr 2026

https://github.com/adity-star/multi-lingual-query-engine

Multi-Lingual Query Engine that combines natural language to SQL generation with query execution .

agent langchain multilingual sql

Last synced: 06 Mar 2026

https://github.com/denisbuserski/softuni-mysql

Homeworks and exams from MySQL course at SoftUni

database mysql sql

Last synced: 25 Apr 2026

https://github.com/daumling/php-dataset

A JSON-based, SQL-like manipulation of structured data

dataset json php sql

Last synced: 11 Jan 2026

https://github.com/sinclairn101/dbt-nz-banking-loans

A personal dbt project transforming a synthetic New Zealand banking loans dataset into a star schema with staging, dimension, fact, and reporting models.

analytics business-intelligence dbt portfolio-project postgres sql

Last synced: 18 May 2026

https://github.com/shyandsy/sqlrelationparser

a toolkit to get relation between tables from a statement for a schema

entity-relationship go golang golang-package parser sql

Last synced: 27 Mar 2025

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

Project that performed CRUD operations on a MySQL database.

mysql sql

Last synced: 21 May 2026

https://github.com/avijit18/spring-boot-employee-management-system

Efficient employee management system using Spring Boot, Hibernate, and SQL database for streamlined project tracking and organization.

backend-api hibernate-jpa java spring-boot sql

Last synced: 18 May 2026

https://github.com/dina-hosny/sequence-trigger-pair-for-all-schema-tables-plsql

A PLSQL script that creates Sequence Trigger Pair for all Schema's Tables

data oracle plsql sequence sequencetrigger sql toad trigger

Last synced: 06 Mar 2026

https://github.com/daniel-elston/sql-training

SQL training received while conducting MSc Dissertation in industry.

sql sqlite

Last synced: 04 Apr 2025

https://github.com/touyu/sqlinterpolator

Generate full query from placeholder query and args.

go query sql sqlboiler

Last synced: 12 Mar 2026

https://github.com/nagipragalathan/community_management

Welcome to the Community Management Platform, an innovative solution built to manage and enhance your professional networking experience. This platform is developed using Python, Django, HTML, CSS, JavaScript, and SQLite3.

businessgrowth communitymanagement django eventmanagement networkingplatform opensource professionaldevelopment professionalnetworking python sql techcommunity webdevelopment

Last synced: 16 Feb 2026

https://github.com/muktarkhanabilda/uk_bank_customers

Я создал базы данных, импорт данных о клиентах британского банка, а также создание информативного отчета с использованием Power BI Desktop. Провели обучение и оценку двух моделей, GaussianNB и KNeighborsClassifier, включая перекрестную проверку для более точной оценки их производительности.

pandas-dataframe powerbi python sql

Last synced: 16 May 2026

https://github.com/marcosmaio/tech-jobs

Projeto de site proprio - Finalizado

bootstrap javascript jquery laravel mysql php sql sql-server stripe-payments

Last synced: 07 Apr 2026

https://github.com/rahad-ullah/sql-assignment

Assignment - 7 (Level - 2)

postgresql sql

Last synced: 25 Jun 2025

https://github.com/dmarks84/coursework_project_data-analysis-apache-spark

Project for IBM Data Engineering & Python course on ETL & Big Data -- Read in data, wrote to SQL database and performed queries, performed statistical analysis and issued reports

apache-sprk automation dag data-modeling eda elt etl numpy pandas pipelines python sql statistics visualization

Last synced: 11 Apr 2026

https://github.com/pavlorohozhyn/goit-rdb-hw-07

Additional built-in SQL functions. Working with time

mysql mysqlworkbench sql

Last synced: 21 Jul 2025

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

Data upload, SQL, DQL

dql mysql mysqlworkbench sql

Last synced: 06 Feb 2026

https://github.com/kislaykashyap-hub/node.js-express-postgresql-apis

This repository contains a Node.js application using Express and PostgreSQL to provide API functionality for managing students, courses, modules, and additional features.

api body-parser cors crud development dotenv entity-relationship-diagram expressjs git javascript linux nodejs postgresql schema sql

Last synced: 07 Apr 2026

https://github.com/rifa8/sql-relational-database

Learning about RDBMS

ddl dml rdbms schema sql

Last synced: 12 Sep 2025

https://github.com/quocanh189/uit_sql

SQL in UIT

sql

Last synced: 03 Mar 2025

https://github.com/dinamohsin/toman-bikeshare-data-analysis-sql-power-bi

This project involves data analysis using SQL, Power BI, and CSV datasets to extract insights and visualize key business metrics.

csv-files data-analysis data-visualization database powerbi sql sql-server

Last synced: 22 Apr 2026

https://github.com/brkyvrkn/oracle-sql-demo

Information management system about pharmacies

apex database information-management oracle sql

Last synced: 30 Oct 2025

https://github.com/msmrexe/postgres-course-registration-system

A comprehensive university course registration system simulated in PostgreSQL. Features prerequisite checking, time conflict detection, and section capacity management using advanced PL/pgSQL functions and triggers.

course-project course-registration-system databases postgresql sql university-project

Last synced: 18 May 2026

https://github.com/sankaran-s2001/layoffs-sql-analysis

A complete SQL data cleaning and analysis project using MySQL to analyze global company layoffs from 2020-2023.

data-science datacleaning eda kaggle layoffdata layoffs mysql sql

Last synced: 18 May 2026

https://github.com/hnnyzyf/go-mysql

a mysql tool package

mysql optimize sql tools

Last synced: 11 Jan 2026

https://github.com/cmennens/postgresql

PostgreSQL Scripts

postgresql sql

Last synced: 01 Apr 2025

https://github.com/martajac/maven-music-challenge

https://mavenanalytics.io/challenges/maven-music-challenge/e161353d-9967-4297-869c-505de168e610

microsoft-sql-server powerbi sql

Last synced: 21 Mar 2025

https://github.com/bipul-hossein/postgresql_crud_operation

A backend-only implementation demonstrating basic CRUD operations using PostgreSQL.

expressjs nodejs postgresql sql

Last synced: 11 Apr 2026

https://github.com/shadowmoose/sql-sieve

Abstraction SQL layer to recursively select test DB staging data.

database sql typescript

Last synced: 15 May 2026

https://github.com/ireneflorez/sf-kindergarten-lottery

Data analysis reviewing data and findings on the public school kindergarten lottery in San Francisco

ipynb-jupyter-notebook jupyter-notebook numpy pandas python sql

Last synced: 17 Feb 2026

https://github.com/anmolverma404/mysql-init

📚This repo contains MySQL notes 📑topic-wise written by me 🧑‍💻This will be useful for all beginners who are new to DBMS/MySQL💡

mysql sql

Last synced: 18 May 2026

https://github.com/rumenmitov/learning_lisp

Metaprogramming with ELISP!

c elisp emacs macros metaprogramming sql

Last synced: 02 May 2026

https://github.com/smoothemerson/in.orbit_server

Project given by Rocketseat in NLW POCKET event.

drizzle fastify nodejs sql typescript zod

Last synced: 04 Jan 2026

https://github.com/swapnitagoyal/cricket-match-data-analysis

ETL on the raw cricket json data using snowflake

json snowflake sql

Last synced: 05 Apr 2025

https://github.com/aviadklein/fluq

fluq provides a set of utilities and an intuitive API for constructing SQL queries programmatically in a python way, making it easier to build, read and maintain complex SQL statements

bigquery package python python3 sql

Last synced: 15 May 2026

https://github.com/hoangeiu/sql-script-course

The Ultimate MySQL Bootcamp: Go from SQL Beginner to Expert

mysql sql

Last synced: 17 Mar 2025

https://github.com/edgardleal/edscript

Script interpreter to small ETL tasks

etl java sql

Last synced: 10 Jun 2026

https://github.com/bakangmonei/ddd2022

My SQL Assignment

sql sqlite

Last synced: 04 Apr 2025

https://github.com/pashamakhilkumarreddy/flask-blog

A Blog built with Flask

flask jinja2 python3 sql

Last synced: 15 May 2026

https://github.com/tyler36/ddev-db-init

Automatically run SQL-like files when initializing the DDEV database service

database mysql postgresql sql

Last synced: 16 Feb 2026

https://github.com/elainefs/minicurso-sql

Repositório com o conteúdo do Minicurso de SQL oferecido pela Hashtag Treinamentos.

mysql mysql-database mysql-server mysql-workbench sql sql-server sqlite-database

Last synced: 18 May 2026

https://github.com/ludreinsalvador/gadgets-product-6850-project

Creating a machine learning model that predicts whether a customer will purchase Product 6850 in January 2019 with an accuracy above 85% and a recall of at least 70%.

machine-learning modeling pandas-dataframe prediction-model python spark-sql sql

Last synced: 05 Apr 2025

https://github.com/ani811625/csi-assignment7

This repository, CSI-Assignment7, is a part of my Week 7 submission for the Celebal Technologies Summer Internship - SQL Domain. The focus of this assignment is on mastering Slowly Changing Dimensions (SCDs) in data warehousing.

microsoft-sql-server sql

Last synced: 21 Jul 2025

https://github.com/gabrielsvinha/db1

Aquele que não luta pelo futuro que quer, deve aceitar o futuro que vier

sql

Last synced: 21 Mar 2025

https://github.com/ocskier/vidgameslookup

A Python widget-based app for looking up video games in a SQL DB

mysql-connector pipenv python sql tkinter

Last synced: 22 Apr 2026

https://github.com/gdesiato/content-scheduler

A content scheduling , cross-posting system using Spring Boot.

java jwt spring-boot sql

Last synced: 18 May 2026

https://github.com/lydongcanh/yawdb

Yet Another Weird Database (YawDB)

database rust sql

Last synced: 18 May 2026

https://github.com/Frozen-Projects/FF_DB_MS_ODBC

Microsoft ODBC API based ODBC plugin for Unreal Engine 5 and Windows platform.

backend connector database mssql mysql odbc postgresql sql ue5 ue5-plugin ue5-project ue5-template

Last synced: 11 May 2025

https://github.com/anuj0918/data-science-task

Data science Technical Writer Task

llama-index python sql sqlite

Last synced: 27 Apr 2026

https://github.com/anant-jp/anant-jp

👋 Hi, I’m Anant Parmar, an Associate Product Owner/Scrum Master focused on Business Analysis and Agile practices. I’m learning Advanced SQL, Product Vision, Roadmaps, and Ownership. 💬 Ask me about Business Analysis, Agile Project Management, Jira, and Confluence.

agile-development agile-methodologies confluence jira sdlc selenium sql

Last synced: 18 May 2026

https://github.com/eddiewentw/pgxbuilder

SQL string builder

builder golang pgx sql

Last synced: 25 Jun 2025

https://github.com/nero103/housingdatacleaning

This is a data cleaning project on housing data within a state, using SQL to format, structure and standardize data for analysis.

data-cleaning data-definition-language data-manipulation sql t-sql

Last synced: 21 Mar 2025

https://github.com/fakhrezy/restfull-api-js

restfull api backend with javascript

api javascript nosql postman restful-api sql

Last synced: 15 May 2026

https://github.com/spunkyschool/samadhaan

Samadhaan : "A Click Helps!" (A web app designed to cater to depressed section of society where they can interact with each other via asking and answering questions and also can connect to mental coaches and psychiatrists.

encryption-decryption java javascript jwt-authentication react react-router redux-toolkit spring-security springboot sql

Last synced: 10 Apr 2026

https://github.com/romilagarwal/inventory-management

This Inventory Management System is a lightweight, web-based solution designed for small to medium businesses to track inventory, process sales, and monitor purchasing activities. Built with PHP and MySQL, it provides an intuitive interface for maintaining accurate stock levels while offering robust reporting capabilities.

apache htdocs inventory-management php sql stock-management-system

Last synced: 01 Feb 2026

https://github.com/frosteen/web_dev_snippets

A collection of Vanilla HTML, JavaScript, SQL snippets that I often use for my freelance projects.

html javascript sql web-development

Last synced: 03 Jul 2026

https://github.com/asphaltt/alem.py

A revision wrapper of https://github.com/sqlalchemy/alembic

alembic python sql sqlalchemy

Last synced: 03 Oct 2025