Software Alternatives, Accelerators & Startups

The Adventures of Blink S2e2: Database, Contained

YAML MongoDB
  1. 1
    YAML 1.2 --- YAML: YAML Ain't Markup Language
    Pricing:
    • Open Source
    I've mentioned a couple of times along the way that we'll have more than one docker container in this project. But we can't depend on end users to know what order to start them in, or what configurations connect them to each other. Docker provides a means of orchestrating all the containers in your app called docker-compose. This is controlled by a yaml file in the project root called docker-compose.yml. Here is how we're going to build ours (again with comments to explain what it does):.

    #Developer Tools #Software Development #Configuration Management 41 social mentions

  2. MongoDB (from "humongous") is a scalable, high-performance NoSQL database.
    Pricing:
    • Open Source
    Have a Mongo database holding the various phrases we're going to use and potentially configuration data for the frontend as well.

    #NoSQL Databases #Databases #Document Databases 18 social mentions

Discuss: The Adventures of Blink S2e2: Database, Contained

Log in or Post with