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/ryapric/rpg

PostgreSQL extension to add data manipulation functions such as what's available in the R language

postgresql postgresql-extension sql

Last synced: 31 Aug 2025

https://github.com/surister/cratedb-async

asynchronous http driver for CrateDB

async connector cratedb database driver http httpx sql trio

Last synced: 02 Sep 2025

https://github.com/piyushkumar96/generic-orm

A comprehensive, high-level ORM wrapper for Go built on top of GORM that provides a generic interface for database operations with PostgreSQL and other SQL databases.

generic go golang gorm mysql orm postgres postgresql sql

Last synced: 13 Jan 2026

https://github.com/patelvivekdev/novelreader

Website to Read and Download NOVEL and COMICS

bookreader comics-reader novelreader php sql

Last synced: 29 Mar 2025

https://github.com/anant/example-sql-on-cassandra-with-open-source-notebooks

Files to follow along with the Open Source Notebooks and Cassandra Webinar (see README.md)

cassandra datastax datastax-studio jupyter jupyter-notebook nosql notebooks quix spark sql

Last synced: 29 Apr 2026

https://github.com/chinmaykunkikar/banking_soa

:cloud: :desktop_computer:

java microservices soa sql

Last synced: 08 Apr 2025

https://github.com/ritobrotomukherjee/vet_clinic_db

It's a database creation project using PostgreSQL

database postgres postgresql sql

Last synced: 01 May 2026

https://github.com/amitrajitdas/sql-practice

My SQL exercises. Feel free to fork.

mysql sql

Last synced: 08 Aug 2025

https://github.com/shreyakushw/pay-slip-automation-system

This project implements an automated payroll system for ONGC using SAP ABAP. It includes the creation of database tables, setting up a package, and developing the necessary ABAP programs for payroll processing, including pay slip generation.

abap adobe-forms sap sql

Last synced: 05 Jan 2026

https://github.com/roosterpips12/e-commerce-sql

E-commerce-schema + test

excel-import mysql-database sql

Last synced: 15 Jun 2026

https://github.com/mgrdich/testgoapi

Creating Api with Golang

chi go golang-server postrgresql sql sqlc

Last synced: 20 Jan 2026

https://github.com/mohammadshaad/tanx.fi-assignment

A price alert application that triggers an email when the user’s target price is Achieved. Say, the current price of BTC is $28,000, a user sets an alert for BTC at a price of 33,000$. The application should send an email to the user when the price of BTC reaches 33,000$.

docker dockerfile golang jwt postgresql rabittmq redis sql

Last synced: 11 Apr 2026

https://github.com/ikauematos/sql

Estudos em SQL

language query sql strutered

Last synced: 27 Feb 2025

https://github.com/chinmaykunkikar/bms-api

A ticketing platform API for selecting theaters, viewing dates, and accessing movie details and showtimes.

airtribe bookmyshow expressjs nodejs sequelize-orm sql

Last synced: 11 Apr 2026

https://github.com/eezing/sqerge

Forward only PostgreSQL migration

migration postgres sql

Last synced: 04 Feb 2026

https://github.com/adrianomonteiroweb/mysql-vocabulary-booster-project

Projeto Trybe de SQL para praticar as primeiras queries.

sql

Last synced: 15 Mar 2025

https://github.com/haidermalikk/mood-atlas-alt-version

Mood Finder is an app that recommends destinations based on user moods or feelings. It combines a React/Next.js frontend with a Flask Python AI backend to process user prompts, using Google Places API for location data and Google Maps API to display the recommended places. The backend also utilizes SpringBoot to transfer user data to a SQL Database

css flask google google-cloud google-cloud-platform google-maps-api googleplaces java javascript nextjs openai postman python react spring-boot sql

Last synced: 01 Apr 2026

https://github.com/isaque-s-0liveira/mysql-one-for-all-be

O desafio simula um banco de dados similar ao do Spotify, no qual foi necessário lidar com dados brutos e não estruturados, aplicando técnicas de modelagem para estruturar o banco de dados de forma eficiente.

docker mysql normalization-database sql

Last synced: 19 Apr 2026

https://github.com/birg81/php-2022-02-09-shoppinglistdb

Hi guys. I developed this PHP code, for demonstration purposes. This code simulates a shopping list, like the one used by mom at the supermarket. The code is written in PHP and MySQL. I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./listaSpesaDB.sql.php). I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings. I also used javascript, in fact there is also a page (leggivoci.html) this page, through the javasript fecth() function, makes an ajax request to a php page (./listaspesa.json.php with content-type: application/json ), this page, like a Servlet, returns the list of items in json format. You shouldn't have too much trouble in tweaking the code and make everything work. In case of difficulties, do not hesitate to contact me. Good luck!

ajax crud fetch javascript json mysql mysqli php php8 rest school sql teacher

Last synced: 06 May 2026

https://github.com/pedrofnseca/bd-vendas

🐬 Banco de dados para vendas

cloud data-structures database mysql sql

Last synced: 18 May 2026

https://github.com/vladdba/blog

Support files related to blog posts on https://vladdba.com/

blog mssql mssqlserver powershell sql sqldba sqlserver sqlserver-2019 windows

Last synced: 10 Mar 2026

https://github.com/bigizic/alx-higher_level_programming

Python OOPS, Data-Structure & Algorithms, Unittests, Introduction to MySQL, Web_Jquery, Web_Scraping, Networking

doctest javascript javascript-library jquery jquery-ajax mysql oop oops-in-python python-3 python-classes shell sql unittest web-scraping

Last synced: 11 Apr 2026

https://github.com/art2url/codewars

🥷 A collection of solutions for various Codewars challenges, showcasing problem-solving skills and coding techniques.

codewars coding-challenges github javascript katas learning problem-solving programming solutions sql typescript

Last synced: 11 Apr 2026

https://github.com/turbot/steampipe-mod-gitlab-compliance

Run individual controls or full compliance benchmarks for across all of your GitLab resources using Steampipe.

cis cis-benchmark compliance gitlab hacktoberfest security sql steampipe steampipe-mod

Last synced: 10 Jun 2025

https://github.com/bipin115/php-webapp-signup-forgot-password-reset

This project is a web-based application where you can signup, log in, reset your forgot password functionality with SQL lite Db.

functional php sql webapp

Last synced: 24 Mar 2025

https://github.com/wizardoftrap/note-sharing-api

The Notes Sharing REST API is a scalable Spring Boot REST API service designed for creating, reading, updating, deleting, and sharing notes of various formats, including PDFs, videos, and web links in form of url. Key features include comprehensive CRUD operations, advanced search functionality by title, department, field, or owner.

java jpa-hibernate mysql rest-api spring-boot springdata-jpa sql

Last synced: 11 Apr 2026

https://github.com/firebolt-db/fb-cli

Firebolt CLI & REPL

cli core firebolt repl sql

Last synced: 02 Jul 2025

https://github.com/oguzgn/fully-automated-performance-marketing-dashboard

This project integrates data from multiple ad platforms with Google Analytics to track marketing campaigns. It uses a structured naming system and UTM tags. Data is visualized in Looker Studio dashboards to analyze campaign performance and ad spend.

bigquery data-analysis data-engineering data-modeling marketing-analytics marketing-automation marketing-data-science marketingdata sql

Last synced: 24 Mar 2025

https://github.com/analiaburgosdev/sql_medical_project

This academic project simulates a management system for medical images, including patients, images, processing algorithms, and validation rules using SQL constraints and PostgreSQL triggers.

database ddbb sql triggers

Last synced: 02 Jul 2025

https://github.com/vinniko/japanlanguage

🎌 Japanese language course website. Learn it

asp-net-core csharp css database html mysql sql

Last synced: 30 Apr 2026

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/jdegand/data-lemur

Solutions for Data Lemur Practice Interview Questions

data-lemur python sql

Last synced: 15 Mar 2025

https://github.com/nathanvilbert/heaven-s-door-receptionist-system-project-with-visual-studio

The Heaven’s Door Hotel Receptionist System, developed for a Visual Programming, streamlines front desk operations. It enables receptionists to manage guest information, check-ins and check-outs, room availability, and reservations.

csharp microsoft-visual-studio sql visual-studio

Last synced: 08 Apr 2025

https://github.com/ewertondrigues02/analise-de-dados-banco-contoso

Analise de Dados do Banco Contoso da Microsoft usando o SQL Server - Comandos usados: SELECT, COUNT, JOIN, WHERE, VIEW. Exportação dos Dados para CSV e Excel. Insight tirados em cima de 15 milhões de vendas.

analise-de-dados excel excel-export microsoft sql sql-server

Last synced: 17 Jun 2025

https://github.com/vitoriabarbosa/ots_python_web

Projeto Web realizado durante o curso de Python da Ocean Tech School

css3 flask html5 python sql

Last synced: 21 May 2026

https://github.com/beallio/wherewolf

Wherewolf is a production-grade, local SQL workbench designed for data engineers and analysts to query local files (CSV, Parquet, JSON) with ease. Built with Streamlit, it provides a unified interface to execute SQL against either DuckDB or PySpark engines without requiring complex setup.

big-data data-analysis data-engineering etl parquet performance pyspark python spark-sql sql uv

Last synced: 28 Apr 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/itdxer/chaining-ranges-in-sql

Code with examples provided for the article

mysql ranges sql

Last synced: 31 Mar 2025

https://github.com/gabrieladados/novadrive-data-pipeline

Do Data Warehouse ao Looker Studio: Projeto End-to-End de Análise para a concessionária Nova Drive

airflow dbt docker looker-studio snowflake 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/rayxtr/student_mangement_system

Student Management System is a application to register students and edit their respective properties. Delete students from front end as well as backend.

hibernate-jpa java16 mysql rest-api spring-boot springmvc springweb sql thymeleaf

Last synced: 16 Oct 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/symmetric-project/symphony

Pushshift.io to Symmetric post converter.

pushshift reddit sql

Last synced: 10 Mar 2026

https://github.com/neemiassgc/spring-crud

Implementation of a REST API made with Spring Boot

bootstrap-4 html jquery js spring spring-boot sql

Last synced: 02 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/jaini-bhavsar/sql

This repository contains some complex, nested queries and important concepts of SQL using different kinds of enormous data.

microsoft-sql-server-studio sql

Last synced: 03 Sep 2025

https://github.com/gekomad/skunk-recipes

Skunk exercises

scala skunk sql

Last synced: 16 Mar 2025

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/renanfmoises/songplays-data-modeling-postgres

This project covers a simple ETL process with PostgresSQL for storing data from the fictitious company Sparkify, a music streaming application.

database python sql

Last synced: 11 May 2026

https://github.com/suprim-corp/suprim-query

Type-safe dynamic SQL query builder for Spring Boot applications

java jdbc jte postgresql query-builder rsql spring-boot sql

Last synced: 24 Jun 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/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/apskhem/sea-orm-dbml

DBML to SeaORM entity compiler.

code-generation compiler dbml orm rust sql

Last synced: 25 Jun 2026

https://github.com/1kbgz/fsspec-db

Database handling for fsspec filesystems

db filesystem fsspec odbc python rust sql

Last synced: 26 Jun 2026

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

HOSxP data extraction SQL scripts

database hosxp sql

Last synced: 26 Jun 2026

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

A relational database to create the initial data structure for a vet clinic

database postgresql sql sql-server

Last synced: 11 May 2026

https://github.com/lucereal/redrider

Senior Capstone project - Android Application to make carpooling to and from Lubbock, TX easier for Texas Tech students

android mobile-app nodejs-api sql

Last synced: 12 May 2026

https://github.com/rezziemaven/versus-be

The backend repo for the app called Versus

koa mariadb nodejs sql

Last synced: 12 May 2026

https://github.com/kevinmarquesp/csv2sql

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: 11 Jun 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/rafaelmoura23/data_base

SQL | Query | Back End | PHP | PostgreSQL

sql

Last synced: 13 May 2026

https://github.com/arturbomtempo-learning/cotemig-logic-and-programming-assignments

Projects created in the Logic and Programming subject of the computer science technical course.

c-sharp dotnet-framework logic-programming mysql sql

Last synced: 19 Jun 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/aneeshpatne/vishv-gdsc-solutions-challenge-2024

Google For developers | SOLUTIONS CHALLENGE 2024 - "This project serves as an environmental initiative aimed at promoting sustainable practices and community engagement in eco-friendly activities."

automl colab-notebook django-framework gmail-login googleappengine googlecloudplatform googleearthengine googlemaps-api googleoauth2 html-css-javascript project-management python-3 reactjs sql vscode

Last synced: 12 May 2026

https://github.com/shreyakushw/student-information-management-and-ranking-system

The Student Information Management and Ranking System is an SAP ABAP module pool program designed to manage student information. It provides a user-friendly interface for inputting, storing, and retrieving student data, including student names, IDs, email addresses, and GPAs.

abap sap sql

Last synced: 13 Jun 2026

https://github.com/mythetech/aion

A cross-platform lite sql editor with blazor

blazor mysql postgresql prealpha sql workinprogress

Last synced: 11 May 2026

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

A Simple DB for a Vet Clinic

clinic postgresql sql vet

Last synced: 13 Jun 2026

https://github.com/cedx/sql.ps1

A simple micro-ORM for PowerShell, based on ADO.NET and data annotations.

orm powershell sql

Last synced: 14 Jun 2026

https://github.com/reinmagine/eliminating-no-sensor

Contains my project that analyzes air quality sensor data to determine if the NO (Nitric Oxide) sensor in N. Mai, Los Angeles, CA can be removed without affecting data accuracy.

air-quality-sensor colab-notebook cost-optimization data-analysis data-optimization matplotlib-python nitric-oxide pyspark-python python sql

Last synced: 14 Jun 2026

https://github.com/chrisross5/tradingview-ideas

College project (Java programming S4): A Java Swing app fetching TradingView data via RSS, with a fully responsive design. Supports user & admin roles with CRUD for ideas, authors, symbols & markets.

bcrypt flatlaf java jaxb jsoup rss sql sql-server swing

Last synced: 13 May 2026

https://github.com/redh00k-k/csharpsimplesqlconnection

Simple CLI SQLClient to connect to SQL server.

csharp sql

Last synced: 15 Jun 2026

https://github.com/mulliru/building-relational-database-02-semestre

🗂️Este repositório contém os materiais da disciplina Building Relational Database🎲, referente ao segundo semestre da faculdade FIAP. Aqui você encontrará🔍 meus projetos, exercícios, anotações e outros materiais relevantes para a disciplina

banco-de-dados database database-management dolphin sql

Last synced: 15 Jun 2026

https://github.com/darkygr/webapicshard

Web API made C#, SQL Server and Bootstrap (APS.NET Web Application)

asp-net-core bootstrap csharp sql

Last synced: 13 May 2026

https://github.com/learnwithfair/sql-database-documentation

sql database documentation with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

database documentation learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi sql

Last synced: 15 Jun 2026

https://github.com/oborchers/pg-durable-evaluation

Independent local evaluation of Microsoft's pg_durable PostgreSQL extension as a durable workflow engine

database-migrations docker durable-workflows job-scheduler observability pg-durable postgres postgres-extension postgres-http postgresql psql sql workflow-engine

Last synced: 22 Jun 2026

https://github.com/gregwhitaker/dbmigrator

Template project for creating a Flyway database migrator.

database-migration flyway flyway-migrations postgresql sql template

Last synced: 12 May 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/synehq/zero-sql

A robust go package to parse sql to mongo query JSON/BSON

mongodb mongodb-atlas sql sql-to-mongodb

Last synced: 17 May 2026