Skip to content

black-cape/cast-iron

Repository files navigation

Cast Iron

The platform-agnostic data storage and ETL system leveraging MinIO and other tools to enable mission end states.

This repository contains the docker-compose recipe for staring up the backbone of Cast-Iron as well as the Cast-Iron Worker.

Main Parts of the system include:

Getting Started

  • Install Docker
  • Create a startup script within your existing project that you would like to use Cast-Iron with. See cast-iron-recipe-postgres for an example of this.
  • Clone this repository as a submodule within your existing repository with git submodule add git@github.com:black-cape/cast-iron-docker-compose.git

Once started, the following areas are accessible:

  • MinIO at localhost:9000
  • PostgreSQL
    • User: castiron
    • Password: castiron
    • Host: localhost
    • Port: 5432
    • Database: castiron

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published