An open API service indexing awesome lists of open source software.

Database

A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for the creation, querying, updating, and administration of the data it holds. There are different types of databases, including Relational Database Management Systems (RDBMS) that organize data into tables with predefined relationships, and NoSQL databases that provide a more flexible, schema-less approach to data storage.

https://github.com/theweird-kid/pebbledb

Lightweight key-value based storage engine, supporting indexed data access through B+ trees written in c++ from scratch

concurrency cpp20 database key-value storage-engine

Last synced: 19 Apr 2026

https://github.com/jmcph4/marketdb-import-tools

Scripts for importing data from various sources into MarketDB

automation database import marketdb python scraping script tool tooling tools

Last synced: 19 Apr 2026

https://github.com/rkgcloud/crud

An introductory web application written in go with pgsql that runs on kubernetes

database go golang gorm kubernetes kubernetes-deployment pgsql web

Last synced: 19 Apr 2026

https://github.com/bengreenier/node-data-map-reduce

n-tiered map reduce for databases.

data-processing database example

Last synced: 19 Apr 2026

https://github.com/twilson63/bobsled

High-performance Erlang NIF for Sled embedded database

beam database embedded-database erlang key-value nif rust sled

Last synced: 19 Apr 2026

https://github.com/double-em/storing-time-series-data

A series of benchmarks to test the variability and efficiency of different times series oriented databases in different scenarios and use cases.

database time-series

Last synced: 19 Apr 2026

https://github.com/holicc/qurious

Qurious is a high-performance, in-memory query engine written in Rust and built on top of the Apache Arrow framework

arrow database rust sql

Last synced: 19 Apr 2026

https://github.com/naimur-29/learning-fastapi

Learning backend with FastAPI

database fastapi postgresql python3 sql

Last synced: 20 Apr 2026

https://github.com/adevecchi/gerenciamento-clientes-mvc

Projeto MVC C# (.NET Framework), utilizando janela modal. Gerenciamento de dados de Clientes: Cadastro, Consulta, Edição e Exclusão com uso de Procedures.

csharp database dotnet-framework mvc sqlserver tsql

Last synced: 20 Apr 2026

https://github.com/bessouat40/prefect-github-indexer

A Prefect pipeline that periodically scrapes one or more GitHub repositories, generates embeddings, and indexes them in ChromaDB.

automation database dataengineering dataextraction docker docker-compose prefect python

Last synced: 20 Apr 2026

https://github.com/odr/perst

PERSistent on Types

database haskell type

Last synced: 20 Apr 2026

https://github.com/indranilmetiya/business-stock-maintain

This Projects Maintains all stocks in a business. We can create catagory Under this catagory we can add subcatagories Add every details of the product Based on the details product will auto categosied and adding or substracting the stock data We can buy / sell from stock Every users data is getting stored so fetch by their phone number

crud-application database jpa logic-programming mysql rest-api spring-boot

Last synced: 20 Apr 2026

https://github.com/luisbarrancos/dashapps

Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.

dash dashboard data-science database dataviz heroku-deployment lifeexpectancy pandas plotly plotly-dash python3

Last synced: 20 Apr 2026

https://github.com/heusalagroup/j3.dog

j3dog is a three-dimensional database solution for modern applications. It provides fault tolerance, distributed storage, and easy access to data.

3d-database database document-database document-database-engine json-database object-database object-grid rest-database spreadsheet-database typescript

Last synced: 20 Apr 2026

https://github.com/abinavkrishnaa/ciphertalk

CipherTalk 🔒💬 is an AI-powered, end-to-end encrypted messaging app built with FastAPI, PostgreSQL, and WebSockets for real-time secure communication. It features AES/RSA encryption, JWT authentication, and AI-driven smart replies. Designed for privacy, scalability, and industry-level security. 🚀

ai authentication backend-api database django django-rest-framework python3 security

Last synced: 20 Apr 2026

https://github.com/an4pdm/plataforma-de-gerenciamento-escolar-intuitivo-com-crud

Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.

automation coding database development full-stack gui programming project-repository python python3 simple-gui sql

Last synced: 20 Apr 2026

https://github.com/shhiivvaam/web-app-flask

Web App - Python and Flask

database flask python

Last synced: 20 Apr 2026

https://github.com/yuketsush/ue5-http-rest-api

Backend API of HTTP_Request Addon UE5 made by Yuketsu

database rest rest-api ue5-api unrealengine5

Last synced: 20 Apr 2026

https://github.com/cristalhq/dbx

Database abstractions for Go

client connection connection-pool database go golang transaction tx

Last synced: 20 Apr 2026

https://github.com/carusel02/database

Create a database using generic structures in C

database generic-functions

Last synced: 21 Apr 2026

https://github.com/ssanthosh010303/d17c1

Day-17 Challenge-1: Performing Queries on a Pre-filled Database

database mysql rdbms sql ssms

Last synced: 10 May 2026

https://github.com/gabriel-dev-c/sistema-academicos

Aplicação desenvolvida em C#, através do Framework .NET MAUI para criação de interfaces integradas ao sistema operacional do Windows, MAC, Android e IOS.

application crud-application csharp database dotnet maui maui-app visual-studio xaml

Last synced: 21 Apr 2026

https://github.com/devenes/web-server-provisioning

Provisioning a Web Server and a Database Server with a Dynamic Website Using Ansible

ansible apache database sql terraform

Last synced: 21 Apr 2026

https://github.com/wlgs/advanced-database-technologies-course

Advanced database technologies course 2024/25 at AGH UST. Repository covers advanced indexing, spatial data and spatial indexes, graph databases. Contains final project files.

arangodb database graph graph-database neo4j postgis postgres spatial

Last synced: 21 Apr 2026

https://github.com/corviz/database-layer

Standalone library for database interaction

database php8 query-builder

Last synced: 21 Apr 2026

https://github.com/burnsoftnet/bsapplicationprofiler

The BurnSoft Application Profiler was created to help automate performance and log gathering from applications that you create and use. Most of the time when you create an application, you have to spend time testing it out before sending it to others to test. While you are testing you application you may or may not be concerned on the amount of cpu is being used, the memory usage, handles and threads, even then, there is also if your application dumped anything into the log files. This application will help gather all that information while you are using it normally and dump the information in a database. It is designed to run as a service and look for any of the projects applications running in task manager, once it see’s the process in task manager it will start collection data on the application. When the application ends, it will check to see if there are any logs, dump the results in the database and clear the log file, this way you can just go back and view the sessions to see the performance of the application and the details that where dumped in the log file. Worried about not being able to gather this information when you are using your application while disconnected from the office? Don’t be, the agent will see that it cannot connect to the main database and it will continue on using the local database the dump the data in there, once you are able to connect to the office and the agent can connect to the main database, it will dump the information that is the local database to the main database. UPDATES: 3/8/2017 - Working on Web Interface to read the data. 2/15/2017 - Agent functions are up and running

agent agent-functions cpu database local-database log-gathering thread

Last synced: 21 Apr 2026

https://github.com/datopia/invariant

This repository provides invariant verification in Datalog for the immutable databases Datomic and Datahike.

analysis clojure database datahike datalog datomic verification

Last synced: 22 Apr 2026

https://github.com/andhikayuana/postgres-latihan

Latihan mandiri PostgreSQL :rocket:

database postgresql postgresql-database sql

Last synced: 22 Apr 2026

https://github.com/gcoronelc/ucv_gdi-2_202202-a1

Taller de Base de Datos Avanzado con Gustavo Coronel

data database datos function gcoronelc procedure sql sqlserver t-sql transact transact-sql

Last synced: 22 Apr 2026

https://github.com/wajktor13/restaurant-database

database system for managing a small restaurant providing services to private clients as well as businesses

agh agh-university agh-wi agh-wiet database databases mssql t-sql transact-sql tsql

Last synced: 22 Apr 2026

https://github.com/hackfutsec/phpbruter

**PhpBruter** is an advanced security testing tool designed for professional penetration testers to assess the security of phpMyAdmin installations.

bruteforce ctf-challenges ctf-tools database ethical-hacking panel pentest-tool phpmyadmin python3 tools

Last synced: 22 Apr 2026

https://github.com/im-open/increment-database-object-snapshots

A GitHub Action that creates or updates snapshot files for database objects.

data-practices-team database db

Last synced: 22 Apr 2026

https://github.com/makevoid/redis-rejson

Redis ReJSON adapter for Redis-rb - status: beta release

data-store database gem json library re-json redis redis-modules redis-v4 rejson ruby

Last synced: 03 May 2026

https://github.com/putukrisna6/template-db-docker

MariaDB + phpMyAdmin with Docker Compose Template

database docker docker-compose mariadb phpmyadmin template

Last synced: 03 May 2026

https://github.com/sofyansetiawan/lecture-basic-sequelize-orm-nodejs

Lecture notes for Introduction to Sequelize ORM (Javascript - Node.js)

database express nodejs orm sequelize

Last synced: 03 May 2026

https://github.com/phasenraum2010/logfileloader

Load Logfiles and push them into a Database - Java and Spring Integration

database java javaee logfile mysql spring-integration spring-mvc springframework

Last synced: 03 May 2026

https://github.com/kisiwu/storehouse-mongodb

MongoDB driver manager for @storehouse/core.

database mongodb nodejs

Last synced: 03 May 2026

https://github.com/tn3w/moviedb-json

A JSON library with 981,530 films.

data database db json movie movie-database movies

Last synced: 03 May 2026

https://github.com/panastasiadis/nodejs-mongodb-server-client-example

Build a basic HTTP server/client example with NodeJs and MongoDB.

api database express http javascript json-api mongodb npm rest-api web-development web-server

Last synced: 03 May 2026

https://github.com/xfhy/coolweather

简单的天气预报,可定位和自动更新等

android database internet listview

Last synced: 03 May 2026

https://github.com/pbergstrom90/sensordatabase

Group assignment to integrate a temperature sensor with a Arduino Uno, log sensor data in a MySQL-database, and display the data through a Spring Boot web service. The dashboard shows historical and real-time sensor data, collected from the database.

ardunio-uno c database java jdbc springboot sql

Last synced: 03 May 2026

https://github.com/dimensigon/hdb-heliosdb-nano

HeliosDB Nano is a PostgreSQL & MySQL compatible embedded database with vector search, encryption, git-like branching, time-travel queries, and 50+ enterprise features.

database

Last synced: 03 May 2026

https://github.com/beebeeep/sraft

Yet another raft implementation

database key-value raft

Last synced: 09 Jun 2026

https://github.com/shutovks-other-projects/interaction-with-databases-using-qt

Applications for interacting with databases on QT

cpp database qt

Last synced: 03 May 2026

https://github.com/manuelzzz/db-postgreconnection-java

💾Postgresql class to connect with database

database java postgresql

Last synced: 03 May 2026

https://github.com/kohta9521/graphql__practice

実務周りでGraphQLを使用する機会が増えたためしっかりと勉強をする。実務以外の個人開発でも使用できるため理解を深める。

apolo-graphql backend database graphql learning rds

Last synced: 03 May 2026

https://github.com/jayvenn21/dbscope

Universal relational schema intelligence CLI — analyze risk, blast radius, and structural health before changing your database.

analysis ci cli clickhouse database database-tools devops devtools infrastructure mysql postgres rust schema sqlite static-analysis

Last synced: 03 May 2026

https://github.com/swumplurd/crud-php-mysqli

CRUD con PHP usando el controlador de mysqli.

crud database mysql mysqli php

Last synced: 03 May 2026

https://github.com/daviemakz/mysql-database-generator

This module allows you to generate a database and synchronize a mySQL database

database generation mysql sync

Last synced: 03 May 2026

https://github.com/ranaessam03/university-library-management

This is a Windows application built using C# and MS SQL Server

database mssql-server windows-forms

Last synced: 03 May 2026

https://github.com/satyammittal/database-bplus-tree

Database Bplus Tree

b-tree database

Last synced: 03 May 2026

https://github.com/shockerli/gormer

Useful scopes and tools for GORM v1

database go golang gorm mysql sql

Last synced: 03 May 2026

https://github.com/damianmcclure/jsalphadb

Database system for NodeJS & Port of phpAlphaDB

database javascript nodejs

Last synced: 03 May 2026

https://github.com/azmisahin/azmisahin-software-data-service-application-postgresql-c-v1

database modeling, normalization, fragmentation, testing data service application for postgresql

architecture database docker modeling normalization postgresql semantic sql

Last synced: 03 May 2026

https://github.com/ghost33333333/myfinance_management

MyFinance is your ultimate budgeting companion! Track income and expenses, set financial goals, and gain insights with ease. Stay in control of your money with intuitive charts, smart reminders, and secure cloud backup. Whether saving or managing daily spending, MyFinance helps you achieve financial success effortlessly.

authentication dart database firebase firebase-database firestore-database flutter localnotifications notifications provider sharedpreferences state-management

Last synced: 04 May 2026

https://github.com/kendoriddy/asosapi

This is the api for the ASOS Birthday Tracker application.

database postgresql rails ruby ruby-on-rails

Last synced: 04 May 2026

https://github.com/lucasdota/demo-dao-jdbc

Projeto em Java com mySQL para aprender a recuperar, inserir, deletar e atualizar valores em banco de dados.

backend database java mysql

Last synced: 04 May 2026

https://github.com/zhd4/telegrambackupbot

Can send any file(s) via Telegram Bot

backup database db files python server telegram-bot

Last synced: 04 May 2026

https://github.com/24-mohamedyehia/ai-journalist

AI Journalist is a Python application that uses AI to generate articles based on a given topic. It uses a crew of AI agents to generate articles, and then uses a database to store the articles.

ai-article-generator ai-journalist aiagent aiagents content-creation crewai database flask flask-application sqlite

Last synced: 04 May 2026

https://github.com/anubhav-narayan/db86

DB86 — the AE‑86 of databases. A lightweight SQLite‑powered JSON + relational hybrid store, born of necessity.

database nosql-database sqlite3

Last synced: 04 May 2026

https://github.com/sn4k3/speciesdatabaseapi

Queries and fetch data from species, taxon and conservation database(s) to retrieve information using the provider API

api-rest biota conservation database iucn marine nature regions register species taxomony taxomy world worms

Last synced: 04 May 2026

https://github.com/benhmoore/pylite

A Python library for working with SQLite databases with model-based syntax similar to Laravel.

database orm python sql sqlite3

Last synced: 04 May 2026

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

This repository includes files that contains the implementation of relational database to create the data structure for a vetinary clinic. Implementing queries to create the animals table, insert data of animals and sql to query data that answer a few questions. Built With

backend data-structures database postgresql sql

Last synced: 04 May 2026

https://github.com/silvano315/advanced-voice-translator-with-multilingual-support

A sophisticated desktop application that transforms spoken language into text and provides instant translations in multiple languages using neural networks, complete with real-time audio visualization and a searchable translation history. Built with PyQt6 and Hugging Face, it offers a seamless experience from voice input to final translation

database gui huggingface huggingface-transformers nlp pyqt6 python speech-to-text sqlite3 transformer translation

Last synced: 04 May 2026

https://github.com/kyleaure/jakarta-data-yarn-shop

Sample Jakarta Data Application

database database-access jakartaee java

Last synced: 04 May 2026

https://github.com/jamesjarvis/web-graph

Experiment with web scraping

colly crawler database golang web-graph

Last synced: 04 May 2026

https://github.com/nabilshadman/sql-server-database-latin-school

SQL Server database implementation for language school, featuring student/faculty management, course tracking, and reporting tools

data-engineering database excel microsoft-sql sql-server sql-server-management-studio t-sql tsql

Last synced: 04 May 2026

https://github.com/cybardev/dbsys-webapp

Full-stack Flask + SQL Web App for Database Systems course

database devops flask-app full-stack-web-development infrastructure-as-code sql

Last synced: 04 May 2026

https://github.com/sabriyenohutlu/.netlearning

Yazılım Geliştirici Yetiştirme Kampı C# - Engin Demiroğ

csharp database dotnet entity-framework oop

Last synced: 04 May 2026

https://github.com/zokis/dwarfdb

"Banco de Dados" chave valor feito para aprender GO

database datastore go json key-value

Last synced: 04 May 2026

https://github.com/jdion84/lucid

Declare database schemas inside Laravel models.

database laravel lucid models schemas

Last synced: 04 May 2026

https://github.com/aemulare/book-country

Web application for book library. In progress

c-sharp css dapper database gui-application html mvc-architecture mysql web-application

Last synced: 04 May 2026

https://github.com/tomasesquivelgc/super-transactions

Application meant to keep track of business spending. Create categories and transactions; see a list of them and your total.

activerecord authentication authorization budget-app database postgresql ruby ruby-on-rails

Last synced: 04 May 2026

https://github.com/erick-bryan-cubas/django-web-application

Este repositório demonstra as habilidades práticas adquiridas no curso Django Master, abrangendo o desenvolvimento web com Python e Django, focado nas exigências reais do mercado. Inclui conceitos avançados e projetos completos de aplicativos web e APIs.

api aws backend cloud-computing database django python web-application web-development

Last synced: 04 May 2026

https://github.com/ilyachichkov/database_labs

Курс лабораторных работ по базам данных на PostgreSQL

database postgresql python

Last synced: 04 May 2026

https://github.com/manavk97/typesense-eks

A complete solution guide for self-hosting Typesense elastic search database on Amazon EKS (Elastic Kubernetes Service)

algolia ci-cd database datastore eks elasticsearch full-text-search fuzzy-search in-memory instantsearch kubernetes search search-engine self-hosted synonyms typesense

Last synced: 04 May 2026

https://github.com/4rlm/utf8_sanitizer

Ruby Gem: Removes invalid UTF8 characters & extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv or strings.

4rlm adam-booth adam-john-booth ascii carriage-return csv csv-parsing curation database encoding formatter hash invalid-characters normalization ruby-gem symbols utf-8 utf8-characters utf8-sanitizer whitespace

Last synced: 04 May 2026

https://github.com/coowinit/mysql-sql-practice-notes

一套基于 MySQL 的 SQL 语句练习记录项目,包含建库建表、测试数据、基础查询、聚合统计、JOIN 连接查询、子查询、事务、视图、索引等练习内容,并为每条 SQL 预留运行结果截图位置,方便系统学习和复盘。

crud database database-learning join-query learning-notes mysql sql sql-practice subquery

Last synced: 09 Jun 2026

https://github.com/hegdebhavya/aigeniushub-using-gemini-pro

This repository contains a collection of web applications built using Streamlit, Each project in this repository showcases the versatility and ease of use of Streamlit in developing interactive and user-friendly web applications.

database gemini-api gemini-pro generative-ai python streamlit

Last synced: 04 May 2026

https://github.com/kevinnizet/express_quest-argon2

Template d'un serveur Express : support du hachage de MdP via Argon2 et du token d'authentification via jsonwebtoken

argon2 database dotenv express jsonwebtoken mysql

Last synced: 04 May 2026

https://github.com/yt3trees/sqlschemabridgemcp

MCP server that helps AI agents build accurate SQL queries from natural language questions. It manages database schema information (tables, columns, and relations) in local CSV files and provides it to AI agents.

ai database development dotnet llm mcp mcp-server sql vibe-coding

Last synced: 04 May 2026

https://github.com/jetangjl/moledy-sol-engine-custom-game-engine-development

🎮 A movement-driven platformer built from scratch with a custom C++ engine.

cplusplus csharp database fmod game-development game-engine opengl

Last synced: 04 May 2026