Dockerized Services#
Applications should typically be stateless, but naturally applications will inevitably require access to some kind of database or file storage. A number of services can be launched with docker for this purpose, and apps can link to those services.
PostgreSQL (RDMS): a popular relational database we recommend
MariaDB (RDMS): another popular relational database compatible with mysql
Neo4J (GraphDB): a graph database we use frequently in the lab
MinIO (S3): a cloud file storage service