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/yahoojapan/k2hash_go

K2HASH Go library - NoSQL Key Value Store(KVS) library

antpickax database fullock golang in-memory k2hash kvs

Last synced: 12 Apr 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/brannondorsey/spectrum-wrangler-docker

A Dockerized version of Spectrum Wrangler that downloads and geo indexes public FCC license data

amateur-radio database docker docker-compose fcc fcc-data fcc-license postgis postgresql public-data radio

Last synced: 03 May 2025

https://github.com/zincware/znsocket

Python implementation of a Redis-compatible API using websockets.

cache database key-value low-latency nosql redis socketio websocket

Last synced: 16 Dec 2025

https://github.com/hasaanahmad/nextpress-starter

NextPress Starter is a template that offers seamless authentication using AuthJS, integrated with a PostgreSQL database via Prisma ORM. It also includes Shadcn for an elegant UI component setup, making it easy to kickstart your Next.js projects with a modern tech stack.

authjs database next-auth nextauth nextjs postgresql postgress prisma prisma-orm shadcn shadcn-ui

Last synced: 23 Feb 2026

https://github.com/buckelieg/jdbc-fn

A functional layer to simplify a usage of JDBC with Stream API for Java 8+

database functional java java-8 java8 jdbc jdbc-stream sql sql-query sql-script sql-stream stream streams

Last synced: 16 Dec 2025

https://github.com/mystpi/dinostore

🦕 Gleam bindings to the Deno KV database

bindings database deno deno-kv gleam javascript

Last synced: 10 Apr 2025

https://github.com/mohammadmoataz2/instasentiment

InstaSentiment is a powerful NLP (Natural Language Processing) project aimed at analyzing the sentiment of Instagram posts. It provides users with valuable insights into the positivity and negativity of comments on a given post URL and store valuable information in PostgreSQL server then Visualize with power bi.

api database fastapi insta instagram machine-learning nlp nltk postgresql power-bi python scraping sklearn

Last synced: 14 Jul 2025

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/chuigda/project-rela

Translate relational queries to some imperative codes

database relational

Last synced: 29 Oct 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/kangkaisen/blog

编程小梦博客源码

blog database olap

Last synced: 05 Apr 2025

https://github.com/bocaletto-luca/mediawiki-eplorer

MediaWiki Explorer is an interactive web application that allows you to delve into the vast repository of knowledge hosted on Wikipedia using the MediaWiki API. With a modern, responsive design, Wiki Explorer empowers you to search for articles, filter through topics, and explore detailed information about your subjects of interest—all in one ...

api bocaletto-luca css3 database html5 javascript mediawiki mediawiki-api multidevice open-source responsive searching webapp

Last synced: 18 Jun 2025

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/BryanMorgan/time-tracking-api

Go API for tracking time in tasks across multiple projects. See https://github.com/BryanMorgan/time-tracking-app for reference React app.

api database go golang postgresql time time-tracking tracking

Last synced: 01 May 2025

https://github.com/altafjava/migrate-mongodb-to-mysql

This Python script migrates data from a MongoDB database to a MySQL database. It iterates over all collections in the MongoDB database, creates corresponding tables in the MySQL database, and inserts the data.

database database-migration migrate migrate-database migrate-mongodb-to-mysql migration mongodb mongodb-migration mongodb-mysql mongodb-to-mysql mysql python sql

Last synced: 15 Jun 2025

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/henrymbuguak/shopping-cart-using-django-2.0-and-python-3.6

This is a shopping created using Django 2.0 and Python 3.6

database django-migrations python shopping-cart situations

Last synced: 11 Apr 2025

https://github.com/bocaletto-luca/rick-and-morty-explorer

Rick and Morty is an interactive web application that lets you explore characters from the famous series "Rick and Morty." The application leverages the official API to fetch character data and boasts a modern, responsive design built with HTML, CSS, JavaScript, and Bootstrap 5. By Bocaletto Luca

api bocaletto-luca cartoon css3 database free-api html5 javascript multidevice open-source opendata opendata-api responsive rick-and-morty rick-and-morty-api rick-and-morty-app webapp

Last synced: 07 May 2026

https://github.com/d-ganchar/ripley

A simple interface for routine db operations and data maintenance

clickhouse data data-maintenance database python sql

Last synced: 05 May 2025

https://github.com/metalfm/transactor

Transactor is a library for simplifying transaction management in Go

database go golang transaction-manager transactions

Last synced: 11 Jun 2026

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/rohanvdvivedi/bufferpool

A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.

bufferpool database database-storage-engine disk-usage disklrucache heap-file

Last synced: 11 Apr 2025

https://github.com/raphaelalmeidamartins/mysql-all-for-one

MySQL project developed at the end of Unit 20 (Back-end Development Module) of Trybe's Web Development course

database mysql sql

Last synced: 07 May 2025

https://github.com/code-specialist/database-setup-tools

Easy to understand and use python tools that help you to create databases and interact with them

database database-connector database-management fastapi fastapi-sqlalchemy sqlalchemy sqlalchemy-python sqlmodel

Last synced: 19 Apr 2025

https://github.com/ossamamehmood/arms

Airline Reservations and Management System (ARMS)

access arms database database-access database-design database-management microsoft-access

Last synced: 18 Jan 2026

https://github.com/gamebear64/folderdb

Filesystem based database focused on lightweight data storage and easy data preview

bun database document-oriented filesystem javascript json no-server nosql npm simple

Last synced: 06 Jul 2025

https://github.com/juborajnaofel/multidb-tenancy

This repository provides a lightweight, raw PHP implementation for multi-tenancy support in web applications. It offers a flexible approach for managing multiple databases, allowing each tenant to have its own isolated database schema while sharing the same codebase.

database multi multi-tenancy mysql php tenancy

Last synced: 27 Feb 2025

https://github.com/fatihilhan42/data-science-projects

In this repo, there are (beginner-upper) level projects in the field of data science. I will host these projects that I have done in this field every day in this repo. With the hope that it will be useful to those who are interested in the field of data science like me and will just start...

data-analysis data-engineering data-mining data-science data-structures data-visualization database datascience fatihilhan fortytwo fortytwofficial jupyter-notebook python

Last synced: 11 Oct 2025

https://github.com/mahdyhamad/db-controller-api

nosql database impmenetation, uses docker for horizantal scalling

database docker load-balancer nosql-database

Last synced: 24 Jan 2026

https://github.com/julie-ify/jxpense

JXpense is a dynamic full-stack Ruby on Rails mobile web-based application designed to effortlessly manage your expenses and income. Note, its on a free instance cloud sever and spins down with inactivity so it takes about 50 seconds to boot.

bootstrap cancancan capybara-rspec database devise postgresql rails-application rspec ruby

Last synced: 26 Oct 2025

https://github.com/jobstoit/gqb

Golang and SQL query build generation

database generation golang query-builder sql-generator

Last synced: 22 Jan 2026

https://github.com/glynnbird/couchdeconflict

Command-line utility to remove conflicts from CouchDB/Cloudant documents

cli cloudant couchdb database

Last synced: 18 Aug 2025

https://github.com/pogy-bot/pogy.db

A database wrapper for Pogy the discord bot!

database mongoose mongoosejs pogy-database

Last synced: 27 Oct 2025

https://github.com/shouya/ecto-tx

Composable transaction as an alternative to Ecto.Multi

database ecto elixir transaction

Last synced: 28 Apr 2025

https://github.com/nanohard/scribble

Multi-file database, using codecs. Based on github.com/nanobox-io/golang-scribble. Apache-2.0 license.

binary database flat-file go golang json

Last synced: 17 Jan 2026

https://github.com/luckcolors/gokfs

A Kademlia inspired local file store based on goleveldb. This is a port to Golang of https://github.com/Storj/kfs

database go golang goleveldb kademlia kfs leveldb

Last synced: 14 Jan 2026

https://github.com/gharib-uk/movie-database

A Rest-API with Go and React for managing and showing movies

database golang-application golang-examples movie-database

Last synced: 05 Sep 2025

https://github.com/dazzle-php/pgsql

Dazzle Async PgSQL Client

async database dazzle pgsql php php-lib php7 postgres sql storage

Last synced: 27 Oct 2025

https://github.com/sqlitecloud/sqlitecloud-php

PHP drivers for SQLiteCloud

cloud database sqlite

Last synced: 27 Feb 2025

https://github.com/atis-orm/atis-orm

Extremely lightweight ORM which aims to allow developers to write most complex SQL Queries in LINQ.

c-sharp database orm orm-framework orm-library

Last synced: 23 Apr 2025

https://github.com/pearxteamlegacy/wsdbr

WhatsApp Databases Reader - read your WhatsApp contacts and messages from PC.

csharp database dotnet reader sqlite whatsapp

Last synced: 08 Mar 2026

https://github.com/ankitesh97/sqlwrapper

A sql wrapper for those who have a hard time executing queries, it provides an interface to simulate common queries on a database.

database mysql postgresql psycopg2 python sql-wrapper sqlite

Last synced: 14 Jan 2026

https://github.com/notsatvrn/void

In memory key-value fault tolerant cache built to handle millions of requests.

cache database db key-value nosql store

Last synced: 11 Mar 2026

https://github.com/kazooki123/lunardb

LunarDB is a multi-model database made in Rust

cache cache-storage database key-value-store multimodal nosql rust

Last synced: 03 Jul 2025

https://github.com/tsnsoft/tsn_spring_beans

Пример работы с базами данных в Java через SPRING BEANS в NetBeans

beans database example java javaee mysql netbeans spring springframework

Last synced: 07 Apr 2026

https://github.com/pawjy/dongry

Dongry, a Perl object-oriented interface for MySQL databases

anyevent database dbi dongry mysql orm perl promise sql

Last synced: 13 Mar 2026

https://github.com/modscleo4/jsdb

JSDB is a Node.js database manager with SQL support

database javascript jsdb nodejs npm sql

Last synced: 10 Apr 2025

https://github.com/joeyism/py-sql2sql

A simple lightweight tool to perform ETL jobs between two SQL databases

database etl extract lightweight load mysql oracle postgresql psql relational sql to transform

Last synced: 25 Apr 2025

https://github.com/tigase/tigase-database-migrator

(M) Tool allowing easy migration data to Tigase XMPP Server from other XMPP servers

database jabber mysql tigase-database-migrator tigase-xmpp-server xmpp

Last synced: 24 Apr 2025

https://github.com/whitfin/lowdb-titanium-adapter

Titanium SDK adapter for the LowDB embedded database

database json mobile nosql titanium-mobile titanium-sdk

Last synced: 19 Apr 2025

https://github.com/ieCecchetti/ToDo-bot-Telegram

Full compleated and runnable Active-Todo bot realized with python-telegram-bot API. Able also to notify the event 1 hour before it starts. Enjoy

bot bots database notifier python sqlite telegram telegram-bot-api telegram-notifica telegram-notification todo todolist

Last synced: 11 Mar 2025

https://github.com/rmattos/pinata

Piñata is a simple and lightweight .NET library for managing database state during integration testing

c-sharp data-schema database dotnet integration-testing json-data mongodb mysql testing

Last synced: 17 Aug 2025

https://github.com/apache/hertzbeat-helm-chart

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

alerting cloud database devops grafana linux metrics monitor monitoring mysql notifications observability prometheus self-hosted server status status-page uptime uptime-monitoring zabbix

Last synced: 19 Oct 2025

https://github.com/ibm-cloud/get-started-ruby

A Ruby application that uses Rails to provide a REST API to receive requests from the UI. The API then uses the couchrest client library to persist the visitor names to a Cloudant database.

bluemix couchdb database rails ruby

Last synced: 11 Mar 2026

https://github.com/helderfarias/sqlx-wrapper

A simple wrapper fo sqlx with control of transaction

database go golang sql

Last synced: 17 Jan 2026

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

This database is of an imaginary Vet who wanted an easier way to manage his data.

database psql schema sql

Last synced: 03 Jul 2025

https://github.com/whitfin/loki-titanium-adapter

Titanium SDK adapter for the LokiJS embedded database

database json mobile nosql titanium-mobile titanium-sdk

Last synced: 19 Apr 2025

https://github.com/jason0214/minisql

a toy database

database interpreter minisql

Last synced: 22 Apr 2025

https://github.com/nasirovx/drf---api---swagger

API creation using Django REST Framework (DRF) and API documentation using Swagger (drf-yasg).

api database django django-application django-framework django-rest-framework posgresql python3 sqlite3 swagger-ui

Last synced: 26 Oct 2025

https://github.com/fachschaftmathphysinfo/cards

Database for Anki Decks with reviewer functionality in the future

anki database fachschaft flutter gqlgen graphql university

Last synced: 23 Apr 2025

https://github.com/frabits/frabit

The next-gen database automatic platform

automation database golang mysql platform

Last synced: 23 Jan 2026

https://github.com/efe-eroglu/stock-tracking-system

An automation system for small commercial enterprises to keep track of their products in their warehouses.

csharp database desktop-app sql

Last synced: 28 Apr 2025

https://github.com/sedhossein/esp8266-reports-to-mysql

Connect your microcontroller to the internet by ESP8266 WiFi Module, And save the data to database(mysql)

arduino database esp8266 iot mysql nodemcu php sql

Last synced: 19 Apr 2025

https://github.com/aryaminus/rn-firechat-functions

Serverless functions for push notification configuration of Rn-firechat for cloud messaging with subscription to database child 'chat' and then checking for the uid in 'friend' database to forward the push notification to the device token of receiver

backend cloud-function-for-firebase database firebase firebase-cloud-messaging firebase-realtime-database http-requests push-notifications react react-native serverless token

Last synced: 12 Apr 2026

https://github.com/cemuka/uielementsitemeditor

Basic editor tool with UIElements in unity

database editor editor-scripting gamedev tool ui-elements unity unity3d

Last synced: 16 Mar 2026

https://github.com/maykinmedia/django-dbcache-fields

This library provides a decorator dbcache that caches the result of your Django Model methods in your database.

cache caching database decorators django

Last synced: 26 Apr 2025

https://github.com/davisdevelopment/hx-pmdb

pure-Haxe persistent data store

database embedded-database haxe javascript jit python

Last synced: 03 Jul 2025

https://github.com/babydb/babydb

BabyDB is experimental time serie database.

database distributed golang key-value rocksdb time-series

Last synced: 14 Jan 2026

https://github.com/writepush-labs/eventor

Fast eventstore implementation written in Go

database event-sourcing go golang http rest

Last synced: 14 Jan 2026

https://github.com/rminelli/einstein.kb

:books: Einstein.kb - Open Source Knowledge Base Software

database einstein jwt-authentication knex knowledge knowledge-base mongodb monogodb nodejs postgresql vuejs vuex

Last synced: 26 Apr 2025

https://github.com/sphireinc/mantis

Sphire Mantis is a broadly featured Go helper library with standalone packages

database errors helper helper-functions interface logging

Last synced: 21 Apr 2025

https://github.com/gpahal/hgraph

Graph datastore implemented in Haskell

database graph graph-algorithms graph-database haskell neo4j

Last synced: 07 Oct 2025

https://github.com/globbie/knowdy

Knowdy: a knowledge management system

c database embedded-database graph graph-database

Last synced: 24 Apr 2025

https://github.com/rajspeaks/oracle-ebs-track-tasks-and-assignments

Oracle E-Business Suit Track Tasks and Assignments. SQL, PL/SQL Procedures and APIs of Oracle E-Business Suit

api database e-business-suite ebs oracle oracle-database oracle-sql plsql plsql-developer rajdeep-das rajspeaks sql workflow workflow-engine

Last synced: 04 Apr 2025

https://github.com/ashrafbasry/larabackup

Simple Laravel Database Backup Solution

backup database laravel mysql mysql-dump mysqldump-php

Last synced: 15 Apr 2025

https://github.com/nissy/mg

mg is database migrations command.

database migrations mysql postgres

Last synced: 06 Oct 2025

https://github.com/simonacca/dict2sql

express SQL as python data structures

database orm python sql

Last synced: 14 Jan 2026

https://github.com/nofacedb/facedb

Database server for storing facial features vectors and sending notifications

database go highload microservice server

Last synced: 14 Jan 2026

https://github.com/mohamed-adel23/real-time-chat-app

This application is a scalable, real-time chat system built using modern web technologies and distributed systems principles.

backend chat-application database distributed-systems docker frontend http-server real-time redis server-side software-engineering websocket

Last synced: 08 Oct 2025

https://github.com/yuval-a/deriveodm

DeriveODM is a reactive ODM - Object Document Mapper - framework, a "wrapper" around MongoDB, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY manner.

collection data data-mapper data-science database db document dry mapper mongo mongodb mongoose node nodejs object odm persistence persistent react reactive

Last synced: 16 Oct 2025