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/analiaburgosdev/sql_videoclub_queries

"A PostgreSQL database project simulating a film rental system, including schema design, data population, and complex SQL queries for educational and analytical purposes

bbdd postgresql queries sql

Last synced: 02 Jul 2025

https://github.com/kazimovzaman2/holbertonschool-higher_level_programming

Holberton Curriculum for learning Python. Applying basic fundamentals from low_level_programming.

mysql oop python3 sql test-driven-development

Last synced: 15 May 2026

https://github.com/omar-muhamad/vet-clinic-database

In this project I used a relational database to create the initial data structure for a vet clinic. I created a table to store animals' information, insert some data into it, and query it.

database postgres postgresql sql

Last synced: 16 May 2026

https://github.com/zaadevofc/spreadsheet-db

Using Google Sheets API as a fast and efficient SQL Database alternative, just kidding :/

database db node spread-db spreadsheet spreadsheets sql

Last synced: 07 Jan 2026

https://github.com/rustkas/understanding-sql-imp

SQL for MySQL 5.6. The implementation of examples to the book of Martin Gruber "Understanding SQL" 1990

mysql sql

Last synced: 17 May 2026

https://github.com/drako01/coderhouse-rockola

Utiliza Spring Boot para exponer un endpoint que acepta el nombre del intérprete y devuelve las canciones asociadas a ese intérprete.

api-rest java maven postman spring-boot sql

Last synced: 09 Apr 2026

https://github.com/josephmsmith/citibike_nyc_station_relocation_analysis

Use SQL and Tableau to analyze NYC Citibike data for station availability

portfolio postgresql sql

Last synced: 31 Aug 2025

https://github.com/kamo333/ms-ai-hackathon

HTML5, CSS3, JavaScript, Node.js, Express, OpenAI integration, SQL database management – developed for the Microsoft AI Hackathon 2025. A full-stack application that helps social workers manage client information with AI-powered assistance, providing context-aware suggestions based on integrated client data.

css3 expressjs html5 javascript nodejs openai sql

Last synced: 25 Oct 2025

https://github.com/aykrimino/jobseekerapi

🚀 A RESTful API for job seekers and companies to post jobs, apply, and manage applications. Built with Golang.

api backend go golang gorilla-mux jwt jwt-authentication mysql mysql-database raw-sql rest-api sql unit-testing

Last synced: 15 May 2026

https://github.com/doxakis/generate-dbcontext

Generate DbContext class for EntityFramework by analyzing the SQL table schema.

dbcontext dotnet entity-framework sql

Last synced: 02 Jul 2025

https://github.com/pythoninthegrass/sql_zero_to_hero

The Complete SQL Bootcamp: Go from Zero to Hero @ Udemy

docker postgres python sql

Last synced: 01 Aug 2025

https://github.com/itdxer/chaining-ranges-in-sql

Code with examples provided for the article

mysql ranges sql

Last synced: 31 Mar 2025

https://github.com/cronian-tech/saturn-observatory

Bringing transparency to Filecoin Saturn by gathering and publishing open data about the network along with analytical reports every month.

analytics dcdn duckdb filecoin plotly saturn sql

Last synced: 10 Jun 2025

https://github.com/kevinmarquesp/csv_to_sql

Script that reads a CSV file and constructs a SQL query string that inserts every row of this file into an SQL database -- you can also connect to an PostgreSQL database (by default) and actually run that generated insert command

cli cli-tool csv csv-parser csv-parser-python learning-by-doing python sql study-project

Last synced: 28 Mar 2025

https://github.com/hifza-khalid/sql-queries-collection

🗂️A collection of essential SQL queries covering SELECT 📝, INSERT ➕, DELETE ❌, UPDATE 🔄, and JOIN 🔗 operations for database management and learning.

database queries sql sql-commands sql-queries

Last synced: 14 Jul 2025

https://github.com/anthonyhuang19/retaildb

Online retail application databases are some of the most well-known SQL practice projects as the importance of e-commerce continues to grow.

database-management sql

Last synced: 14 Jul 2025

https://github.com/nav3005/timetable-management-system

Project on Time table management system using Python GUI(Tkinter) and SQL for Database

sql tkinter-python

Last synced: 05 Nov 2025

https://github.com/zac-garby/social-network

A basic social network written in Go.

database golang http social-network sql website

Last synced: 15 May 2026

https://github.com/shraddhaag/sql-practice-problem-solutions

A repository of solutions to SQL Practice Problems.

postgres solutions sql sql-practice-problems

Last synced: 29 Jun 2025

https://github.com/thekapcioszek/kapcioszek_strona-asp.net

Website made using ASP.NET I made during apprenticeships in November 2022

asp-net-core aspnetcore sql

Last synced: 28 May 2026

https://github.com/lnvaldez/pokemon-database

A comprehensive SQL-based project for managing a Pokémon database. Includes scripts for creating, reading, updating, and deleting trainers, Pokémon, battles, and trainer-Pokémon relationships.

crud data-deletion data-insertion data-manipulation data-relationships data-retrieval data-update database database-design database-management pokemon project-management relational-database sql sql-project sql-queries sql-scripts

Last synced: 05 Mar 2025

https://github.com/rainyroot/learning_projects

Some Projects for learning purposes I've done. Vary in difficulty and complexity.

c css django flask html javascript python sql

Last synced: 14 Feb 2026

https://github.com/symmetric-project/symphony

Pushshift.io to Symmetric post converter.

pushshift reddit sql

Last synced: 10 Mar 2026

https://github.com/yash-rewalia/case-study-on-myntra

This case study not only underscores the strategic and innovative approach that has become Myntra's hallmark but also underscores its unwavering dedication to delivering a personalized, convenient, and comprehensive online shopping experience.

database database-architecture database-management er-diagram sql

Last synced: 13 Jul 2025

https://github.com/almoghindi/petstore

Pet Store project with ASP.NET core web API with Entity Framework on the server side, SQL Server as the Database And Angular 19 with NgRx for state management for the client side. Azure used as cloud provider.

angular asp-net aspnet-core azure bootstrap css entity-framework ngrx rxjs sql sql-server webapi

Last synced: 10 Apr 2026

https://github.com/abhi-bhatra/ksarathicommodityapi

Get the real-time price for the crop

azure flask krashak-sarathi sql

Last synced: 04 May 2026

https://github.com/slardiere/partmgr

manage PostgreSQL Table Partitionning

partitioning plpgsql postgresql sql

Last synced: 02 Oct 2025

https://github.com/anam1980/student_result_management_system

The app developed for managing student marks and generating reports on student performance.

database gui java javaswing jdbc mysql sql

Last synced: 10 Apr 2026

https://github.com/meepks/etl-pipeline-using-python

This project implements an ETL (Extract, Transform, Load) pipeline that retrieves weather data from the OpenWeatherMap API, processes it, and stores it in a SQL Server database.

api etl python sql sqlserver

Last synced: 04 Feb 2026

https://github.com/kennedyowusu/vet_clinic_database

Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.

database postgresql sql

Last synced: 15 May 2026

https://github.com/jamesehiabhi/ecofurnish-analytics

EcoFurnish Sales and Customer Insights Report

pdf sql sql-server

Last synced: 26 Jan 2026

https://github.com/saghosh8/securebankdbdata

A simple database system for managing customer accounts, transactions, and loans. It includes secure transaction tracking, loan interest calculations, and audit logs.

database mysql sql sql-query sql-server

Last synced: 11 May 2025

https://github.com/sakibvhossain/data_stores_and_persistence

Build applications that read and write to relational databases using both the Java Persistence API (JPA) and SQL. Use standard design patterns to make your persistence layer easy to test and integrate with a Spring Boot application.

hibernate-orm java multitier-architecture sql

Last synced: 05 Jun 2026

https://github.com/chouaib-629/miniprojet_bddr

This project demonstrates the implementation of distributed database concepts such as links, synonyms, and fragmentation. Each user's SQL script includes the necessary setup for these concepts. The project aims to showcase how distributed database concepts can enhance data access and management across multiple locations.

oracle oracle-database oracle-db sql

Last synced: 25 Jan 2026

https://github.com/clarketm/hackerrank-sql

HackerRank SQL Solutions

hackerrank solutions sql

Last synced: 08 Mar 2026

https://github.com/busesimsek/sql-data-cleaning-project

A data cleaning project focusing on layoff trends, using MySQL to handle missing values, remove duplicates, standardize data, and ensure consistent formatting for accurate analysis.

data-cleaning mysql sql

Last synced: 14 Mar 2025

https://github.com/fabiannorbertoescobar/java-db-connections-ejercicios

ABMs y Apps con diferentes conexiones a bases de datos SQL, noSQL y XML.

abm bson crud dom hibernate hql java javascript jaxb jdbc json mongodb mongodb-driver mvc mysql nosql sax sql sqlite xml

Last synced: 11 Apr 2026

https://github.com/collumbus/data-modeling-with-postgres

This is a project, where I applied concepts of data modeling with Postgres and build an ETL pipeline using Python. To complete the project has been defined fact and dimension tables for a star schema for a particular analytic focus, and wrote an ETL pipeline that transfers data from files in two local directories into these tables in Postgres using Python and SQL.

data-engineering pipeline postgres python sql

Last synced: 05 May 2026

https://github.com/AvastrOficial/MysqlBsz

Un script para hacer una base datos mediante kali minit dentro de ubuntu , crea una tabla donde ve registros , agregar y eliminar

bash script shell sql

Last synced: 24 Mar 2025

https://github.com/richardbnk/data_preview

An interactive Streamlit-based dashboard for data scientists to preview, analyze, and visualize datasets quickly, supporting file uploads, summary statistics, and basic data cleaning..

analytics business-intelligence data-science datavisualization sql

Last synced: 02 Jul 2026

https://github.com/esdmr/bibliothecarius

An example library database and interface

database-schema flask mariadb preact python sql typescript

Last synced: 07 Apr 2026

https://github.com/project-tsurugi/yugawara

Fundamental language toolkit for Tsurugi SQL IR

compiler optimizer sql tsurugidb

Last synced: 01 Aug 2025

https://github.com/fboulnois/migrio

A drop-in database migration library in Rust for PostgreSQL

async postgres postgresql rust sql tokio tokio-postgres

Last synced: 07 Mar 2026

https://github.com/pradeepsingroul/weatherproject

This is a basic weather project and it is a indcidual project In this project user can find the weather for particular location by pincode and date when user pass the pincode and date project will return the weather details like - temperature , min_temperaturee, max_temperature, wind details, sunrise, sunset etc. In this project I use java.........

apis github java mysql-database spring spring-boot spring-mvc sql

Last synced: 10 Apr 2026

https://github.com/codecshekhar/sql-examples

This repository contains SQL to illustrate its concepts

mysql mysql-database sql

Last synced: 01 Aug 2025

https://github.com/planetarydev/pure-live-pg

PostgreSQL wrapper with live, realtime queries

livedata pg postgres postgresql reactive realtime sql

Last synced: 28 Jun 2025

https://github.com/mgobeaalcoba/sql_practice

Ejercicios y teoría sobre SQL, teoría de conjuntos y algebra relacional

mysql mysql-database mysql-server sql sql-server

Last synced: 28 Apr 2026

https://github.com/garcane/fcc-periodic_table_db

This project is part of the FreeCodeCamp Relational Database certification. The objective was to build a database that stores information about the elements in the periodic table and create a Bash script that interacts with this database to retrieve and display data in a user-friendly format.

bash bash-script bash-scripting git postgresql postgresql-database shell sql

Last synced: 10 Apr 2026

https://github.com/dotxlem/s3b

SQL-queryable S3 backups

archive aws aws-s3 backup-tool sql

Last synced: 02 Apr 2026

https://github.com/williamsmithedward/sqlserverinteraction

SQLServerInteraction is a C# library that wraps the functionality included in Microsoft's "Microsoft.Data.SqlClient" library.

async builder bulk microsoft query server sql sqlserver wrapper

Last synced: 21 Feb 2026

https://github.com/vijaykarasala99/memberregisterapi-signup_login_forgot_resetpwd_otpsendingtomail_functionalities-

User_Register API To Register, Login, Forgot Password, Reset Password, OTP Sending To Mail, OTP Verification Functionalities

crud github java maven mysql otp-generator otp-verification postman rdbms rest-api restfull-webservices smtp smtp-mail springboot sql

Last synced: 12 Apr 2026

https://github.com/jaybfn/twitter_sentiment_analysis

Objective of the Project: As shown on several social media platforms, many people have varied opinions (Positive/Negative/Neutral) about covid vaccination. To better comprehend this and reach a coherent conclusion, I performed a sentiment analysis on twitter data gathered from multiple hastags.

docker machine-learning mongodb natural-language-processing python sentiment-analysis sql

Last synced: 12 Apr 2026

https://github.com/anmamun0/django_projects

This is Django Project , here will app push django project's

django postgresql python sql

Last synced: 04 Jul 2025

https://github.com/akhilesh664/mysql

🛢️ MySQL Mastery – Queries, Schemas & Optimization! This repository contains a comprehensive collection of MySQL scripts, covering everything from basic queries to advanced database management. It includes well-structured SQL commands, schema designs, stored procedures, and performance optimization techniques—perfect for learners, developers.

database-management jdbc mysql sql

Last synced: 26 Jan 2026

https://github.com/richcake/kursovoj-proekt-karpov-313is

Курсовой проект. Тема: Разработка программного модуля системы "Отдел снабжения предприятия". Выполнил Карпов Арсений 313ИС

pyqt pyside6 python sql sqlite3

Last synced: 26 Mar 2025

https://github.com/shubhamgoyal575/diwali-sankranti-promotion-sales

This Power BI dashboard analyzes sales performance during Diwali and Sankranti festivals. It provides insights into revenue trends, top-selling products, regional sales distribution, and customer purchasing behavior to help optimize festive season sales strategies. 🚀

buisness-intelligence dashboard data-analysis data-visualization diwali-sankranti-sales-analysis excel fast-moving-consumers-goods fmcg microsoft-power-bi mysql power-query powerbi revenue-insights sales-dashboard sales-insights sql

Last synced: 02 Mar 2026

https://github.com/pratyushpanda91/sql-50-leetcode-solutions

Here is given all solution from day 1 . Question are from below link .

leetcode-solutions mysql sql

Last synced: 11 Jun 2026

https://github.com/gnubyte/gitmixin

An SQL-Alchemy mixin to give records per row a git version tracked text

git python sql sqlalchemy

Last synced: 30 Apr 2026

https://github.com/shivanshu840/hashedtoken

The File Traversal System is a web application built using Node.js for the backend and React.js for the frontend. It allows users to traverse a directory structure, displaying folders and files hierarchically.

express mongodb nodejs reactjs sql

Last synced: 07 Apr 2026

https://github.com/shahidmalik4/crm-analytics-using-powerbi

The "Boosting Profitability: Optimizing Sales via CRM and Analytics" project involved the extraction, manipulation, and analysis of sales data sourced from SQL Server. Utilizing MySQL for data transformation, Excel for cleaning and preparation, and Power BI for normalization and visualization.

analysis dashboards excel powerbi sql sql-server visualisation

Last synced: 02 Aug 2025

https://github.com/mongoexpuser/mysql-database-jdbc-client

MySQL Database JDBC Client

connector-j java jdbc mysql sql

Last synced: 10 Apr 2026

https://github.com/nikhilash45/hackerank-sql-0-to-5-star

# 100 Questions Of SQL Challenge || 32/100

mssql mysql sql

Last synced: 16 Mar 2026

https://github.com/abdelrahmanbonna/engram

ENGRAM stands for English grammar dictionary which is a dictionary for grammar

c-sharp csharp localdb sql

Last synced: 02 Jul 2025

https://github.com/oguzgn/budget-checker-for-campaign-budget-allocation

This project focuses on modeling campaign performance data for Looker, helping determine which campaigns to scale up or cut back. It aggregates metrics over the last 7 and 30 days, providing actionable insights for budget optimization and performance improvement.

budget-allocation budget-controller budget-management calculated-fields campaign-analytics data-analysis data-modeling looker-studio sql

Last synced: 17 Feb 2026

https://github.com/lcgong/sqlblock

An intuitive way to access data with SQL

contextvars postgresql python sql

Last synced: 19 Jan 2026

https://github.com/abenezer-tilahun/vet-clinic-database

In this project I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.

database sql

Last synced: 07 Apr 2025

https://github.com/mdanwarulkarim/pizzahut_sales_report_sql

The analysis of pizza sales using SQL involes the various sales trends, month wise sales analysis, category wise analysis and many more. Undercover different insights into ccustomer preferences and choices.

sql

Last synced: 19 Mar 2026

https://github.com/kaon-k-s/blumenshop

Flower shop: Login/Sign up, make order pages. PHP, SQL

php sql

Last synced: 08 Nov 2025

https://github.com/ihoro/rough-rx-pg

Rough implementation of rxified wrapper of node-postgres lib

javascript nodejs postgres reactive-extensions rxjs sql wrapper

Last synced: 10 Jul 2025

https://github.com/costingh/supply-chain-management

Web app that handles supply chain management at a supermarket (invoices, suppliers, orders, products, categories, departments and employees).

express-js mysql-workbench node react rest-api sql

Last synced: 08 Apr 2026

https://github.com/shanukatiyar111/pyspark-project-2

DATABRICKS PROJECT - END TO END GOOGLE PLAYSTORE DATA ANALYSIS

databricks pyspark python sparksql sql

Last synced: 20 May 2026

https://github.com/starsheriff2/sql-zoo-answers

These are the answers for the 'SQL-Zoo' Advanced tutorial exercises in https://sqlzoo.net/wiki/SQL_Tutorial. All 9 sections with their corresponding exercises and quizzes were passed with a perfect score.

database excersices mysql queries sql

Last synced: 02 May 2026

https://github.com/olbeup/verdu-method

The Verdú Method — Native Cross-DB Queries in Firebird 2.5

cross-database database execute-statement firebird firebird-25 sql verdu-method

Last synced: 13 Jan 2026

https://github.com/monick96/hombanking-java

Homebanking Demo project for Spring Boot, (Spring Data JPA, H2 database, Spring Web y Rest Repositories.)

intellij java java-app javascript junit poo postgresql postman postman-test rest-api spring-boot sql vuejs

Last synced: 11 Apr 2026

https://github.com/arungupta14/sqliautomationtool

This automation tool to find sqli vulnerability

python3 sql sqlite-database

Last synced: 22 Mar 2025

https://github.com/dynapi/org.dynapi.squirtle

Java SQL Query Builder

dynapi java sql sql-builder

Last synced: 30 Aug 2025

https://github.com/nicciniamh/sensorfs

Collection, Storage and Distribution of Sensor Data for Local and Remote Applications

documentation filesystems iot json linux macos mqtt proposal python python3 raspberrypi raspbian rest rest-api restful-api sensors sensors-data-collection sql unix

Last synced: 07 Apr 2026

https://github.com/joutvhu/spring-dynamic-commons

Spring Dynamic Commons provides SQL Directives and Utils for other Spring Dynamic libraries

commons directive spring spring-boot spring-data sql utils

Last synced: 29 Apr 2026

https://github.com/vtickner/codecademy-data-engineer

These projects were created as part of Codecademy's Data Engineer Career Path course.

csv database json jupyter-notebook pandas-dataframe postgresql python python-lambda python-pandas schema sql

Last synced: 09 Apr 2026

https://github.com/m0nica/datadatabases

Projects completed for Data and Databases @ the Lede Program.

database sql

Last synced: 20 May 2026