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/matrixai/js-db

Key-Value DB for TypeScript and JavaScript Applications

database key-value-database rocksdb

Last synced: 10 Apr 2025

https://github.com/mongodb-developer/mongo-resilient-evolvability-demo

Demonstrates MongoDB best practices for building resilient yet evolvable shared data applications, using Rust as an example

agile data database flexible fluid mongodb resilient robust rust

Last synced: 07 Apr 2025

https://github.com/abedputra/ip2location

Get your location such as city, region or country.

city country database ip2location ip2location-database region

Last synced: 17 Aug 2025

https://github.com/davipatricio/easy-mongodb

MongoDB wrapper for begginers using Mongoose and simple syntax made with JavaScript.

database easy-mongodb javascript js mongo mongo-db mongodb mongoose node nodejs

Last synced: 30 Sep 2025

https://github.com/meri-mg/vet-clinic

In this project is used a relational database to create the data structure for a vet clinic. A multiple SQL queries where answered based on this database and was analyzed on its performance as well.

database sql

Last synced: 27 Dec 2025

https://github.com/haroldeustaquio/sql-coding-challenges

Repository dedicated to solving SQL problems from HackerRank, DataLemur and other challenges. Contains solutions to improve skills in database querying, optimization, and data manipulation.

challenge data-analysis database hackerrank-solutions mysql query sql sqlite t-sql-exercises

Last synced: 12 Jul 2025

https://github.com/indiscipline/nix-db-repair

Automatically fix Nix/NixOS error `SQLite statement 'delete from ValidPaths where path = *;': constraint failed`

database nix nixos script sqlite

Last synced: 18 Jul 2025

https://github.com/sandrokeil/arangodb-event-store

ArangoDB implementation of ProophEventStore

arangodb database eventstore nosql php prooph

Last synced: 18 Mar 2025

https://github.com/k1ethoang/lan-hue-management-java

Bài Tập Lớn - Công nghệ Java. Đại học Giao Thông Vận Tải - Phân hiệu TP.HCM (UTC2).

database java mysql sql

Last synced: 21 Jul 2025

https://github.com/rafaykhattak/wisepay

WisePay is a sleek expense tracker crafted with ASP.NET Core, facilitating seamless financial management through categorization, reports, and customizable settings. With a user-friendly interface and responsive design, WisePay empowers users to track expenses effortlessly.

crud database dotnet dotnet-core expense-tracker mssql mssql-database syncfusion

Last synced: 30 Oct 2025

https://github.com/williamscch/vet_clinic

PostgreSQL relational database to create data structure for a vet clinic.

database postgresql

Last synced: 31 Aug 2025

https://github.com/ncss-tech/sda-lib

Soil Data Access is the name of a suite of web services and applications whose purpose is to meet requirements for requesting and delivering soil survey spatial and tabular data that are not being met by the current Web Soil Survey and Geospatial Data Gateway websites.

database nrcs soil soil-data-access soil-survey sql ssurgo ssurgo-datasets ssurgo-tools usda web-soil-survey

Last synced: 28 Jun 2025

https://github.com/basemax/googleplaydatabasemirror

Repository of designing a crawler script to update a mirror database from Google Play on PHP.

crawl crawl-pages crawler crawlers crawling database database-schema google-play mysql php

Last synced: 24 Sep 2025

https://github.com/musgravejw/database

Micro Database Implementation

c database

Last synced: 13 Apr 2025

https://github.com/xixu-me/library-management-system

Implemented in Java, the front end uses the JFrame framework and the back end uses the MySQL database

database java jframe mysql

Last synced: 08 May 2025

https://github.com/davidarchanjo/spring-boot-jpa-auditing

Sample Spring Boot project for implementing JPA database auditing

database java spring-boot spring-jpa

Last synced: 23 Jul 2025

https://github.com/gotpop/gotpop-shop

A full stack e-commerce application built with Next.js, NextAuth.js, Prisma/PostgresQL & raw CSS, deployed on Vercel & Railway

css-grid-layout css-modules database e-commerce-project nextauth nextjs nextjs13 oauth postgresql postgresql-database primsa railway raw-css serverside-rendering swr typescript vercel vercel-deployment webanimation-api

Last synced: 09 Sep 2025

https://github.com/bagussatoto/aplikasi-laundry

Halo, ini adalah aplikasi Laundry yang dibangun dengan cinta (love). Aplikasi ini sudah bisa multi toko loh, alias kamu bisa membuat cabang laundry

database html html5 laravel php xampp

Last synced: 21 Mar 2025

https://github.com/ahammadmejbah/data-science-interview-question-and-solution

Data Science Interview Question: Explain the concept of regularization in machine learning. Solution: Regularization is a technique to prevent overfitting by adding a penalty term to the loss function.

data-engineering data-mining data-science data-structures data-visualization database

Last synced: 26 Feb 2025

https://github.com/evas-php/evas-orm

🗃 ORM module (ActiveRecord over evas-php/evas-db)

activerecord database orm orm-library php php7

Last synced: 17 Oct 2025

https://github.com/padosoft/mysqlbackup.sh

Bash script to daily backup all your database in gzip with weekly history

bash database mysql mysql-backup

Last synced: 23 Apr 2025

https://github.com/dmarkic/orm

Async ORM for ReactPHP (https://reactphp.org/)

async database orm reactphp

Last synced: 11 Jan 2026

https://github.com/wargrey/schema

A data modeling tool

database racket schema sqlite3

Last synced: 19 Feb 2026

https://github.com/lus/nicegres

A simple postgres Docker image with initial users and databases

database docker init initialization postgres setup user

Last synced: 03 Jan 2026

https://github.com/deathbeam/littledb

The littlest key-value database :baby_chick:

database nodejs nosql

Last synced: 10 Apr 2025

https://github.com/ponzu-cms/live

Ponzu CMS package to add support for live queries. Subscribe to / emit from various hooks, i.e. AfterAPICreate, BeforeAdminDelete, etc.

database golang hook ponzu-cms reactive

Last synced: 10 Apr 2025

https://github.com/diegovictor/meetapp-api

Application built during the Rocketseat GoStack Bootcamp

api database docker editorconfig eslint gostack javascript js meetapp node nodejs postgres redis rocketseat

Last synced: 07 May 2025

https://github.com/natasha-ct/vet-clinic-database

This repository houses my Vet Clinic relational database project. It accepts SQL commands to create a database, create tables, update tables, and run queries. It contains information about animals in a veterinary clinic, such as their pet names, weight details, and date of birth. PostgreSql was used to create this database.

database postgresql-database query relational-databases sql

Last synced: 02 Mar 2025

https://github.com/nibbleshift/gorb

GO Regression testing and Benchmark Tools

benchmark-framework database go testing

Last synced: 12 Jan 2026

https://github.com/fathershafiu/kfx-social

This is a social media app that behaves in similitude to twitter. feel free to contribute on both the frontend and backend.

database ruby rubyonrails

Last synced: 12 Sep 2025

https://github.com/rhzs/fastify-knex

Fastify Knex Plugin for supporting many databases (MySQL, Postgres, Maria, Oracle, MSSQL)

database fastify knexjs mariadb mssql mysql node oracle postgresql

Last synced: 11 Apr 2025

https://github.com/gpestana/muffler

JSON objects storage for fast prototyping. Sitting on top of Github's gist

bootstrapping database github-gist json json-objects-storage

Last synced: 17 Feb 2026

https://github.com/pfieffer/conndb

CRUD operations on MySQL database from Android app using RESTful api.

android database json mysql-database phone php restful-api volley

Last synced: 06 May 2025

https://github.com/adaptant-labs/go-sql-rest-driver

A simple driver for Go's database/sql package for SQL over REST API endpoints

database driver go golang rest rest-api sql sql-rest-driver

Last synced: 09 Mar 2026

https://github.com/lucianolorenti/structdatabasemapping.jl

Struct mapping to database in Julia

database julia orm

Last synced: 07 Oct 2025

https://github.com/vh-d/Rflow

Rflow is a general-purpose workflow management framework for R

data-processing database dataflow etl etl-framework r reproducibility rlang rstats rstats-package workflow-management

Last synced: 30 Jul 2025

https://github.com/zeyadkhaled/firebase-query-to-excel

A Java class to process Firebase Firestore database queries and create an excel file that could be shared.

csv database excel firebase firebase-database firebase-realtime-database firestore java library query sharing

Last synced: 17 Jul 2025

https://github.com/Kanav-Arora/Financify

Financify is an accounting software based on Java and MySQL .

database java mysql

Last synced: 06 May 2025

https://github.com/c0deta1ker/matbasex

MatBaseX is an all-in-one database and analytical tool for photoelectron spectroscopy (PES) analysis, focused on materials and their X-ray interactions. It offers features like a Materials Properties Database, IMFP & XPS Sensitivity Factor Calculator, and PES N-Layer Simulations & Curve Fitting utilities. Explore its powerful capabilities today!

cross-sections crystal-structure crystallography data-analysis data-fitting database electron imfp imfp-calculator-matlab material material-database matlab matlab-application matlab-gui matlab-toolbox pes-modelling photoelectron-spectroscopy photoionization simulation xps

Last synced: 01 Jul 2025

https://github.com/javitocor/movies_app

Movie database where users can add, comment, rate movies. Built with Ruby on Rails

bootstrap code css database html project ruby-on-rails

Last synced: 24 Sep 2025

https://github.com/arnaudband/vet_clinic_db

you will use a relational database to create the data structure for a vet clinic. You will start with one table, and step by step, you will create a complete database with data about: animals animals' owners clinic employees visits Apart from building data structure, you will be challenged with tasks that require SQL queries to answer specific questions.

database postgresql sql

Last synced: 20 Aug 2025

https://github.com/grumpybusted/grumpy.dacpacmerge

Library for merging a Database Package file (dacpac) with and existing database

dapac database deployment mssql schema

Last synced: 03 Aug 2025

https://github.com/abbycin/mace

An embedded key-value storage engine that combines B+ tree read performance with LSM tree write performance

database kv-store rust

Last synced: 16 Dec 2025

https://github.com/bocaletto-luca/nasa-collection

This repository hosts a collection of interactive web applications that leverage free NASA APIs to bring you closer to the wonders of space. Each project is designed with a responsive interface and interactive features to explore data ranging from meteorite landings to stunning space imagery, Earth views, planetary details, solar activity, ...

api bocaletto-luca css3 database free-api html5 image javascript nasa nasa-api nasa-collection nasa-image nebulose planet responsive solar-system star sun

Last synced: 06 May 2026

https://github.com/bocaletto-luca/dbpedia-explorer

DBpedia Explorer is an interactive web application that lets you navigate the rich, structured data extracted from Wikipedia through the DBpedia project. Leveraging the DBpedia API, this application provides a semantic exploration of topics, empowering users to discover interconnected information through a modern, responsive interface. Bocaletto L.

api bocaletto-luca css3 database dbpedia dbpedia-webapps encyclopedia free-api html5 javascript responsive webapp

Last synced: 18 Jun 2025

https://github.com/bocaletto-luca/news-explorer

News Explorer is a fast, interactive web application designed to help users discover and explore news articles from various sources using free open-data APIs. The app provides real-time news retrieval, making it an ideal tool for journalists, researchers, and general users who want to stay informed. By Bocaletto Luca

api api-free bocaletto-luca css3 database gplv3 html5 javascript news news-api news-explorer open-data opensource responsive webapp

Last synced: 10 Apr 2026

https://github.com/drmcarvalho/diffhunter

Diffhunter is an app/API hunter differences between SQL relational databases

database database-management sql

Last synced: 08 Oct 2025

https://github.com/vl4deee11/ch2es

Application for transferring data from clickhouse to elasticsearch

clickhouse database elasticsearch transfer

Last synced: 10 Apr 2025

https://github.com/vshulcz/youtube_crawler

A simple YouTube crawler, allows you to quickly collect data from channels, view and sort them in a table, perform SQL queries and advanced search by various parameters.

crawler database gui osint parser python requests reverse-engineering sql tkinter youtube

Last synced: 16 Jan 2026

https://github.com/ibmstreams/streamsx.jdbc

Supports Streams application to work with databases via JDBC

database db2 ibm-streams jdbc stream-processing toolkit

Last synced: 09 Mar 2026

https://github.com/youns3510/php_oop_crud_project

object-oriented programming with PHP & MySQL.

crud-application database oop php

Last synced: 04 Jan 2026

https://github.com/ntoll/bfd

Big Friendly Datastore (organic collaboration on data, from the ground up).

database open-data rest-api social

Last synced: 18 Feb 2026

https://github.com/rowyio/buildship-docs

BuildShip Docs - Visually create workflows and backend cloud functions with low-code and AI.

ai aiworkflow api api-builder automation backend backend-api cron database low-code no-code scheduled-jobs visual workflow

Last synced: 25 Jun 2025

https://github.com/sarthakmakhija/picodb

Tiny relational database inspired by the book: Database design and implementation by Edward Sciore.

database rust sql

Last synced: 22 Aug 2025

https://github.com/marcocesarato/php-cpdo

This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.

cache cachepdo cpdo database memory pdo php

Last synced: 10 Oct 2025

https://github.com/xudafeng/debugger-board

datahub debugger board

database macaca

Last synced: 11 Jul 2025

https://github.com/krishcdbry/nexadb

NexaDB - A lightweight NoSQL database with vector search, TOON format, and enterprise security built-in

database nosql-database toon vector-database vector-embedding-database vector-search

Last synced: 13 Jan 2026

https://github.com/newrelic-experimental/nri-db

Database On-Host Integration for New Relic Infrastructure (formerly 'InfraDBPlugin')

database db2

Last synced: 10 Apr 2025

https://github.com/rammm2005/schema-ecc

Schema of Simple Database make with SQL

database eccomerce schema sql

Last synced: 16 Aug 2025

https://github.com/tamino-martinius/node-next-model

Rails like models using ES6.

database model node node-js node-module

Last synced: 21 Mar 2025

https://github.com/wildcatdb/samples

Sample programs using the Wildcat storage engine.

database examples-go golang key-value key-value-store lsmtree persistent-storage storage

Last synced: 12 Jan 2026

https://github.com/silicondb/react-native-silicon-db

React native database on steroids

asyncstorage database react reactnative

Last synced: 17 Mar 2025

https://github.com/bluebrain/bluenaas-subcellular

A web environment for the simulation of brain molecular networks.

database experiment gui subcellular visualization

Last synced: 03 Jul 2025

https://github.com/cefoler/databases

Framework for SQL and NoSQL databases.

database databases h2 java kafka mongodb mysql nosql postgresql rabbitmq redis sql sqlite

Last synced: 10 Apr 2026

https://github.com/aracki/ssa-clojure

Small web app - written in clojure - functional programming practice

bootstrap clojure database html-page

Last synced: 03 May 2026

https://github.com/myconsciousness/zenna-db

Zenna DB is designed to be flexible enough to respond to modifications and to achieve this state with a small implementation. It is a framework that further develops the idea of Content Framework. Zenna is a name inspired by Zen Buddhism, a branch of Mahayana Buddhism that refers to a state of mind that is no longer agitated.

content content-framework database db framework gradle java nosql ocp zenna zenna-db

Last synced: 22 Aug 2025

https://github.com/nitram2342/telefonbuch-parser

Parser and repair script for dumps of the German phonebook 'Das Telefonbuch'.

database phonebooks

Last synced: 26 Feb 2025

https://github.com/ziptility/rxdbdotnet

RxDBDotNet is a .NET library that implements the RxDB replication protocol, enabling real-time data synchronization between RxDB clients and .NET servers using GraphQL and Hot Chocolate. It extends the standard RxDB replication protocol with .NET-specific enhancements.

aspnetcore conflict-detection csharp data-sync database distributed-systems dotnet graphql hot-chocolate local-first nuget offline-first open-source reactive real-time replication rxdb synchronization websockets

Last synced: 12 Apr 2025

https://github.com/umihico/microdb

In-memory, Hash-mapping, Disk-writable, Thread-safe database.

database python

Last synced: 13 Apr 2025

https://github.com/mbossx/medoo

javascript version of medoo php at http://medoo.in/

database es7 javascript medoo

Last synced: 29 Mar 2025

https://github.com/ashvardanian/acid-redis

Tiny Redis-like Persistent ACID Store on RocksDB with JSON-RPC using UCall and UStore

acid database demo example redis rocksdb tutorial

Last synced: 14 Apr 2025

https://github.com/desarrolla2/download-bundle

This bundle allows you to download a database and folders associated with the project from remote host to local machine. It is the easiest and easiest way to have the same production data in your development environment.

database symfony

Last synced: 14 Jul 2025

https://github.com/daisydogs07/simpledatabase

A simple database using fs

database simple

Last synced: 05 Jan 2026

https://github.com/bcko/ud-fs-logsanalysis-python

Udacity Full Stack Web Developer Nanodegree Project : Logs Analysis in Python Postgresql

database logs-analysis postgresql python udacity udacity-fullstack-nanodegree

Last synced: 25 Jun 2025

https://github.com/bbc-esq/vectordb-plugin-for-koboldai

Basic vector database plugin that works wth KoboldAI. Adds documents, images, and audio files.

ctranslate2 database koboldai koboldcpp sentence-transformers tiledb transformers vector-database vision-transformer whispers2t

Last synced: 14 Feb 2026

https://github.com/willianantunes/go-playground

This map is totally blank for me. Let's discover it until we find the treasure!

api database go parser

Last synced: 18 May 2026

https://github.com/andkom/php-berkeley-db

A simple Berkeley DB library for PHP.

berkeley berkeley-db database library php php-library

Last synced: 12 Aug 2025

https://github.com/sloweyyy/northwind-db-practice

This repository contains code and exercises related to practicing with the NORTHWIND sample database, often used for learning and practicing SQL database queries and operations.

database mysql postgresql sql

Last synced: 15 Apr 2025

https://github.com/PackRuble/cardoteka

The best type-safe wrapper over SharedPreferences. ⭐ Why so? -> strongly typed cards for access to storage -> don't think about type, use get|set -> can work with nullable values -> callback based updates

cardoteka dart database flutter persistence shared-preferences storage

Last synced: 19 Sep 2025

https://github.com/cartabinaria/basi-di-dati

Una raccolta di risorse per l'insegnamento di Basi di dati (90107) del Corso di Laurea in Informatica.

database relational-databases university-course

Last synced: 17 Jan 2026

https://github.com/rostislavdugin/postgresus

PostgreSQL backups (with UI and self hosted)

backup backups database pg postgres postgresql psql

Last synced: 25 Dec 2025