Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.32 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.32 KB

Artemis Dashboard

An Operational Dashboard in Elixir and Phoenix

Artemis Dashboard is built on top of Artemis Platform, a collection of production-ready design patterns for Elixir and Phoenix.

Artemis Dashboard Home

View a live demo at https://artemis-dashboard.com/.

Build Status

Patterns

General Patterns:

UI Patterns:

  • Breadcrumbs
  • Pagination
  • Table Search
  • Table Export
  • Table Sorting
  • Table Filtering

Additional Patterns:

  • Real-time data updates with Phoenix LiveView
  • Dynamic Caching
  • Custom UI and Design

Demo

View a live demo at https://artemis-dashboard.com/.

Or spin up a demo locally. Assuming docker and docker compose is installed:

bin/demo/build # Build the demo environment
bin/demo/up # Start the demo environment
bin/demo/stop # Stop the demo environment
bin/demo/remove # Remove the demo environment

Once built and started, the demo environment is available at: http://localhost:4077

Looking for More?

Artemis Platform is a generic Elixir / Phoenix platform ready to be the foundation of your next web application.