Skip to content

Collection of database servers running and executing on lightweight Docker containers

License

Notifications You must be signed in to change notification settings

aissa-laribi/db-ct-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-CT-DEPLOY

GitHub

DB-CT-DEPLOY is a collection of Linux bootstrap scripts for database servers running and executing on lightweight Docker containers.

Why this project?

Official database images are too big and they contain dependencies not needed to have the database server running. For instance, MYSQL: 446MB, MONGODB: 696MB, POSTGRESQL: 376MB.

In this collection, the servers are built on top of the lightest OS Docker image: ALPINE LINUX: 5.53MB.

It can result in containers that are lighter, faster to deploy, using less CPU and memory.

Furthermore, it can reduce the costs of running the databases in serverless microservice architectures.For instance, services such as AWS Fargate, GCP Cloud Run or Azure Container Instances bill for Memory/hour and vCPU/hour.

About

Collection of database servers running and executing on lightweight Docker containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages