Skip to content

Mimir v2

Latest

Choose a tag to compare

@tanuj24 tanuj24 released this 07 Jun 11:21
e85147d

Highlights

Mimir v2 packages the full local AWS sandbox into one Docker image. The console, API bridge, and AWS-compatible backend now start together, so users can run Mimir without cloning the repo, building from source, or wiring separate services.

What's New

  • Bundled AWS-compatible backend served on localhost:4566.
  • One-image run flow with tanujsoni027/mimir-aws:latest.
  • Multi-arch image support for linux/amd64 and linux/arm64.
  • 54 backend services available through the local AWS endpoint.
  • 15+ console workflows for common AWS services.
  • Container-backed Lambda, EC2, and Glue workflows.
  • Browser EC2 terminal for local EC2 containers.
  • Real local Glue runtime path for jobs and notebooks using Glue-style Python/Spark code.
  • Updated documentation for the v2 run flow, v1/v2 comparison, performance profile, and technical architecture.

Run

docker run -d --name mimir \
  -p 8080:80 -p 4566:4566 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /tmp/mimir-glue:/tmp/mimir-glue \
  tanujsoni027/mimir-aws:latest

Open:

Default local credentials:

  • Access key: mimir
  • Secret key: mimir
  • Region: us-east-1

Docker Hub

Docker Hub now uses a single current tag:

  • tanujsoni027/mimir-aws:latest

Documentation

  • Main README now focuses on the one-image product flow.
  • docs/architecture.md contains implementation details for contributors.
  • docs/v1-readme.md preserves the v1 README for historical reference.

Release Credits

  • Tanuj Soni (@tanuj24) - project author and maintainer.