7 Repos
Starts a MongoDB instance inside a Docker container for local development without installing the database natively.
Distinct from MongoDB Application Development: Distinct from MongoDB Application Development: focuses on using Docker for local development setup, not general application development.
Explore 7 awesome GitHub repositories matching data & databases · Dockerized Development Environments. Refine with filters or upvote what's useful.
Clean Architecture template for Golang services
Runs the full service stack including database, message brokers, and reverse proxy inside Docker containers for reproducible local development.
QuantumKatas ist eine Sammlung von Kursmaterialien und Lernressourcen für Quantencomputing, die darauf ausgelegt sind, die Programmiersprache Q# und die Prinzipien des Quantencomputings zu vermitteln. Sie kombiniert strukturierte Tutorials und Programmieraufgaben mit interaktiven Notebooks sowie einer dedizierten Unit-Testing-Suite zur Überprüfung der korrekten Implementierung der Übungen. Das Projekt bietet eine dockerisierte Lernumgebung, die alle notwendigen Tools und Abhängigkeiten in einem virtuellen Image bündelt. Dies ermöglicht die Ausführung von Quantenprogrammierung-Übungen, ohne dass eine lokale Softwareinstallation erforderlich ist. Der Lehrplan umfasst Qubit-Manipulation, Gatter, Messungen und die Implementierung von Quantenalgorithmen. Das Lernen erfolgt durch eine Abfolge interaktiver Notebooks und eigenständiger Projekte, die in einer integrierten Entwicklungsumgebung ausgeführt werden können.
Uses Docker to provide a pre-configured environment for running quantum exercises without local software installation.
Dieses Projekt ist ein Headless-WordPress-Starter-Kit und ein React-Frontend-Boilerplate. Es bietet eine entkoppelte CMS-Architektur, die die WordPress-Datenquelle von der Präsentationsschicht trennt, wobei WordPress als Content-API und React für die clientseitige Benutzeroberfläche genutzt wird. Das Starter-Kit enthält eine Docker-basierte WordPress-Umgebung für schnelles lokales Development-Bootstrapping. Es implementiert eine GraphQL-Integration, um Inhalte und benutzerdefinierte Datenschemata vom Backend abzurufen, wobei JSON Web Tokens für eine sichere API-Authentifizierung verwendet werden. Das Projekt deckt die Inhaltsmigration und den Datenimport von externen Installationen in lokale Umgebungen ab. Es unterstützt zudem die Erstellung schema-erweiterter Datenmodelle durch benutzerdefinierte Felder und Resolver, um die Datenbereitstellung für das Frontend anzupassen.
Ships a Dockerized WordPress environment for rapid local bootstrapping of the headless CMS.
Apostrophe is an open-source Node.js headless content management system that delivers structured content through REST APIs while providing a visual in-context page editor for live editing. It is built on a module-based plugin architecture that extends CMS functionality through reusable modules, each encapsulating logic, configuration, and templates. The system uses schema-driven content modeling to define data structures and validation rules through configurable schemas and custom field types, with all content stored as flexible JSON-like documents in MongoDB. The platform distinguishes itsel
Starts a MongoDB instance inside a Docker container for local development without installing the database natively.
Vim-be-good is a Neovim plugin designed to help users improve their Vim navigation and editing skills through interactive practice exercises. It provides a structured environment for training muscle memory and mastering core Vim motions and commands. The plugin offers a series of mini-games and challenges that target specific Vim skills, such as jumping between lines, deleting text, and using different movement keys. Each exercise presents a task and tracks the user's accuracy and speed, allowing for focused, repetitive practice to build proficiency. The project is written in Lua and integra
Ships a Dockerized setup to quickly launch a pre-configured Vim environment without local installation.
MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c
Pulls a pre-built Docker image with all dependencies and runs it as a container for local development.
Provides a consistent local development setup using Docker Compose with no system dependencies.