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/codewithwaqass/pythonlearningjourney

Exploring Data Cloud Engineering

azure kafka python snowflake sql

Last synced: 29 Apr 2026

https://github.com/balajimohan18/loan-clustering-datascience-project

This project uses Machine Learning to Cluster loan together based on their similarities. The project uses a dataeset of loan application which includes information about the Loan amount and Balance. The project then use the clustering algorithm to group the loan together based on the similarities.

clustering-algorithm data-analysis data-science data-visualization eda kmeans-clustering machine-learning sql unsupervised-learning

Last synced: 27 Jul 2025

https://github.com/chubby007/tsqloader

A database handler wrapper designed for interacting with an MSSQL server, built using SQLAlchemy.

database linux pandas pyodbc python sql sql-server sqlalchemy windows wrapper

Last synced: 07 Apr 2026

https://github.com/calku0/techagrosyncservices

Automates data fetching from supplier APIs and stores it in SQL Server. Built with C# and .NET Framework.

api commercial dotnet dotnet-framework erp rest-api serilog service sql sqlserver wapro-mag wapromag wf-mag windows-service

Last synced: 18 Apr 2026

https://github.com/josecsotomorales/pyspark-demo

PySpark Demo Scripts

etl pyspark python spark sql

Last synced: 02 Jul 2026

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/meysam81/institute-with-db

A program for a Quran institute which has an admin who controls parties

csharp database institute institute-management solution sql sql-server sqlserver visual-studio

Last synced: 10 May 2026

https://github.com/xander1936/project4-map-out-a-technical-solution-for-the-food-delivery-site-expressfood

In this project, we use MySQL Workbench to design the UML diagram, build the database (tables of customers, deliverers, dishes, orders and order quantities) and finally make SQL queries on the client and server side.

database mysql mysql-database relational-databases sql sql-queries tables uml-diagram workbench

Last synced: 18 May 2026

https://github.com/ramoncbarbosa/labsyncscheduler_backend

A modern, reactive scheduling system for university programming labs. Replaces manual spreadsheets with a secure and efficient full-stack platform.

api backend flyway java lombok maven postgresql spring spring-boot springsecurity sql webflux

Last synced: 06 Apr 2026

https://github.com/pereirar3/training-algorithm

All my resolutions on Beecrowd & Leetcode - IN UPDATE

c cpp java javascript python sql

Last synced: 06 Apr 2026

https://github.com/prateekmaj21/students_db_sql

An complete application that performs CRUD (Create, Read, Update, Delete) operations on a MySQL database using Python.

postman python sql sqldatabase

Last synced: 16 May 2026

https://github.com/canmi21/kvmap

A path-driven, namespaced data store for Rust, powered by SQLite.

key namespace pathmap rust sql value

Last synced: 12 Dec 2025

https://github.com/danhpaiva/project-stimulus-2020

:office: Mobile application developed to stimulate the growth of companies registered in the Estímulo 2020 project

dart flutter mobile sql

Last synced: 18 May 2026

https://github.com/shanukatiyar111/project3

PYTHON + SQL PROJECT- ANALYSIS OF ORDER DATA USING JUPYTER NOTEBOOK AND SSMS

jupyter kaggle kaggle-dataset pandas python sql ssms

Last synced: 23 Feb 2026

https://github.com/sunny-unik/eccom

Short task consist APIs related to ecommerce services

nodejs sequelize sql

Last synced: 14 May 2026

https://github.com/spy230/regard_desktop

Программа учета и обработки заказов на примере ООО "Regard МСК"

csharp desktop-app sql

Last synced: 09 Jun 2026

https://github.com/maxdemaio/databasemanagement

My notes and assignments from the DBMS course taught by the University of Colorado

db dbms mysql sql visual-paradigm

Last synced: 15 May 2026

https://github.com/wyne-ybanez/sneakrhead

Sneak'r Heads is a Shoe E-Commerce Store. It's a project that uses Django for full stack development and is one of my milestone projects.

css django html jquery python sql

Last synced: 07 Apr 2026

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/alissonrochadev/sistemaatendimentowebvrs2

Projeto desenvolvido em sala de aula com alunos, no curso de Back-End com Linguagem de Programação PHP e Javascript.

bootstrap css3 html5 javascript jquery mysql php sql

Last synced: 07 Apr 2026

https://github.com/jatin123lodhi/blogdetailsbackendphp

backend cms for blog website

php sql

Last synced: 27 Mar 2025

https://github.com/qjebbs/go-sqlf

go-sqlf focuses only on building SQL queries by free combination of fragments.

golang sql sqlbuilder

Last synced: 02 Jul 2026

https://github.com/pygraz/2025-04-01-to-orm-or-not-to-orm

Django example using ORM and raw SQL effectively

django example-code python sql

Last synced: 28 Apr 2026

https://github.com/zenitude/bellaciao

GRETA Internship N°1

css3 html5 javascript php phpmyadmin sql

Last synced: 12 Apr 2026

https://github.com/marcoseduardo30/controleseusgastos-frontend

💸Aplicação de controle de gastos pessoais feita utilizando C# e Angular💸

angular api-rest asp-net-core jwt-authentication sql

Last synced: 18 May 2026

https://github.com/lisakey/lisakey

I am passionate about Python 🐍 and SQL 🗃️ for data analysis 📊, and I actively develop projects in these languages.

analysis analyst data dataanalysis dataanalyst java python sql

Last synced: 02 May 2026

https://github.com/gpalleschi/roman_numbers

Collection of functions/methods to convert arabic numbers to/from roman numeral in JAVA, Javascript, SQL, C, C++, Perl. Rust, Dart and Python.

c dart functions java javascript multilanguage perl python roman roman-number-converter roman-numerals rust rust-lang sql

Last synced: 06 Apr 2026

https://github.com/yossef-ashraf/orm

ORM (Object-Relational Mapping) is used to manage and interact with the database in a convenient and efficient way

orm php sql

Last synced: 17 Mar 2025

https://github.com/skylinenando/login-php-mysql-ajax-sql

Creating a login system with different access levels using PHP, MySQL, AJAX and SQL involves several steps. I will break the process down into parts to make it easier to understand and implement. Make sure you are familiar with basic web and database programming concepts before you begin.

ajax mysql php sql

Last synced: 17 May 2026

https://github.com/sujeethy/subscription

This repository contains a Subscription Management System built with a Flask backend and a React frontend. It is designed to manage customer subscriptions, generate revenue reports, and handle subscription extensions and terminations. The system is containerized using Docker and can be easily deployed.

docker flask mui mui-material python reactjs sql

Last synced: 07 Apr 2026

https://github.com/mohamedumar083/sql-task-day-1

SQL basic queries day-1 Task

sql

Last synced: 02 Feb 2026

https://github.com/thekirankumarv/accessguard

AccessGuard is an innovative residential visitor oversight solution, utilizing advanced technology to enhance security and streamline visitor management in residential settings.

ajax bootstrap javascript jquery mysql php sql

Last synced: 07 Apr 2026

https://github.com/phpdevcommunity/paper-orm

PaperORM is a PHP ORM designed for projects requiring a lightweight yet performant object-relational mapping solution.

database orm pdo-php sql

Last synced: 04 May 2025

https://github.com/gappeah/credit-card-transactions-fraud-detection-project

The Credit Card Transactions Fraud Detection Project repository is designed to analyse and detect fraudulent transactions in credit card data.

data-analysis postgresql sql

Last synced: 12 Jul 2025

https://github.com/krauzy/qtwitch

Api twitch simulator with quarkus

java quarkus rest-api rtmp-server sql streaming-video

Last synced: 03 Apr 2025

https://github.com/thebeginner86/techtrends

Project1: SUSE CloudNative Scholarship at Udacity

argocd docker flask helm kubernetes python sql webapplication

Last synced: 07 Apr 2026

https://github.com/kon14/shiftpaste

A pastebin service focused on editable snippets with persistent links 📋.

api pastebin postgres qrcode rust sql swagger

Last synced: 16 May 2026

https://github.com/myktorijus/retention-cohort

Extracted cohort data using SQL in BigQuery focusing on weekly retention from week 0 to week 6

bigquery data-analysis data-visualization powerbi sql

Last synced: 13 Jul 2025

https://github.com/jhermienpaul/google-data-analytics-program

Hands-on learning materials from the 8-course Google Data Analytics Professional Certificate program, covering foundational data skills, tools, and real-world business problem-solving

bigquery dashboard data-analysis data-analytics data-modeling data-storytelling data-visualization data-wrangling descriptive-analytics diagnostic-analytics etl-pipeline r-programming rstudio sql tableau

Last synced: 13 Jul 2025

https://github.com/parthds02/library-system-management-sql

Library Management System built using PostgreSQL in pgAdmin 4. The system manages book issuing, returns, and tracking with detailed records of books, members, employees, branches, and transactions. It supports CRUD operations on books and members, and helps streamline library workflows efficiently.

data-modeling database database-management library-management-system library-systems pgadmin4 postgresql sql

Last synced: 14 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/occamist/turing-machine-in-sql

Turing Machine Simulation in SQL with less than 200 lines :guardsman:

postgresql sql turing-machine-simulator

Last synced: 15 May 2026

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/guilhermeomachadotech/banco-de-dados-ii

Todas as atividades feitas em Banco de Dados no 2° Ano, junto com a Giovanna Eduarda Damasceno Reis. Foi utilizado o Microsoft SQL Server.

database microsoft-sql-server sql sql-server

Last synced: 12 Mar 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/k-sameer701/mysql-cheatsheet

MySql CheatSheet is a condensed guide that provides a quick overview of essential SQL commands and their syntax for MySQL databases. It is a handy resource for developers.

mysql mysqldata mysqldatabase sql

Last synced: 25 Jun 2025

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/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/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/tirthraj1605/yadfs

Yet Another Distributed File System

hadoop python sql

Last synced: 26 Mar 2025

https://github.com/nikeshcohen/cool-tech-blog

The project is a tech news blog website, featuring user authentication, article management, and category views. It demonstrates clean design and security practices, allowing users to browse, search, and interact based on their role (reader, writer, or admin).

blog laravel php sql

Last synced: 16 May 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/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/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/mikeludemann/sql-files

Making simple SQL files

sql

Last synced: 07 Jan 2026

https://github.com/shubhodippal/exam-space-public-version

A comprehensive, secure, and feature-rich online examination platform built for educators and students worldwide.

full-stack-web-development java react rest-api spring-boot sql

Last synced: 08 May 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/siddh34/learnsqlandmongodb

Learn SQL AND MONGODB

learning-by-doing mongodb sql

Last synced: 15 Jun 2025

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/ikeraguero/sql-exercises

SQL Exercises solved with SQL Server.

sql sql-server

Last synced: 15 Jul 2025

https://github.com/diego200052/challenge-api

API for registering and tracking company expenses and payments.

fastapi postgresql sql sqlalchemy

Last synced: 20 Apr 2026

https://github.com/arnoldchrisoduor1/sql-eda-chocolatedatabase

Exploratory Data Analysis with SQL on a Chocolate Database

mysqlworkbench sql

Last synced: 17 May 2026

https://github.com/noyzys/nautchkafe-scylladb

Lightweight, functional, modular, and flexible way to interact system built with ScyllaDB

database database-management fp functional-programming java mysql postgresql relational-databases scylla scylladb sql sql-query sqlalchemy

Last synced: 30 Oct 2025

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/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/valmir-unicap/banco-de-dados-2

Disciplina de Banco de dados 2

sql workbench xampp-server

Last synced: 07 Mar 2026

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/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/ani811625/csi-assignment5

📘 This repository contains the solution to CSI Weekly Assignment 5, focused on designing and implementing a database system to manage and track Open Elective subject allotments for students. It ensures the historical record of subject changes is maintained while clearly marking the currently active subject.

microsoft-sql-server sql

Last synced: 16 Jul 2025