7 dépôts
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 est un ensemble de supports de cours et de ressources pédagogiques sur l'informatique quantique, conçu pour enseigner le langage de programmation Q# et les principes de l'informatique quantique. Il combine des tutoriels structurés et des exercices de code avec des notebooks interactifs et une suite de tests unitaires dédiée pour valider l'exactitude des implémentations. Le projet fournit un environnement d'apprentissage conteneurisé (Docker) qui regroupe tous les outils et dépendances nécessaires dans une image virtuelle. Cela permet d'exécuter des exercices de programmation quantique sans avoir à installer de logiciels localement. Le programme couvre la manipulation de qubits, les portes logiques, les mesures et l'implémentation d'algorithmes quantiques. L'apprentissage se fait via une série de notebooks interactifs et de projets autonomes exécutables dans un environnement de développement intégré.
Uses Docker to provide a pre-configured environment for running quantum exercises without local software installation.
This project is a headless WordPress starter kit and React frontend boilerplate. It provides a decoupled CMS architecture that separates the WordPress data source from the presentation layer, utilizing WordPress as a content API and React for the client-side user interface. The starter kit includes a Dockerized WordPress environment for rapid local development bootstrapping. It implements a GraphQL integration to fetch content and custom data schemas from the backend, using JSON Web Tokens for secure API authentication. The project covers content migration and data import from external insta
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.