All Projects → zorbash → Observer_live

zorbash / Observer_live

Licence: mit
A port of observer_cli using LiveView

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to Observer live

Phoenix swoosh
Swoosh <3 Phoenix
Stars: ✭ 145 (-28.22%)
Mutual labels:  phoenix
Inquisitor
Composable query builder for Ecto
Stars: ✭ 162 (-19.8%)
Mutual labels:  phoenix
Ueberauth example
Example Phoenix application using Überauth for authentication
Stars: ✭ 180 (-10.89%)
Mutual labels:  phoenix
The Zen Of Elixir
Collection of top articles reflecting the Zen of Elixir
Stars: ✭ 148 (-26.73%)
Mutual labels:  phoenix
Elixir Runtime
The community-supported runtime for Elixir on Google App Engine.
Stars: ✭ 158 (-21.78%)
Mutual labels:  phoenix
Phoenix Ecto Encryption Example
🔐 A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types
Stars: ✭ 166 (-17.82%)
Mutual labels:  phoenix
Rummage phoenix
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
Stars: ✭ 144 (-28.71%)
Mutual labels:  phoenix
Phoenix And Elm
Example application using Elixir, Phoenix and Elm
Stars: ✭ 188 (-6.93%)
Mutual labels:  phoenix
Passport
Provides authentication for phoenix application
Stars: ✭ 159 (-21.29%)
Mutual labels:  phoenix
New Relixir
New Relic tracking for Phoenix and Plug applications.
Stars: ✭ 178 (-11.88%)
Mutual labels:  phoenix
Mipha
Proj Elixir Forum build with phoenix 1.5.
Stars: ✭ 153 (-24.26%)
Mutual labels:  phoenix
Veil
Simple passwordless authentication for your Phoenix apps
Stars: ✭ 153 (-24.26%)
Mutual labels:  phoenix
Logster
Easily parsable single line, plain text and JSON logger for Plug and Phoenix applications
Stars: ✭ 171 (-15.35%)
Mutual labels:  phoenix
Faker Elixir
💧 FakerElixir generates fake data for you.
Stars: ✭ 147 (-27.23%)
Mutual labels:  phoenix
Phoenix client
Elixir Phoenix Client for Channels
Stars: ✭ 180 (-10.89%)
Mutual labels:  phoenix
Captain Fact Api
🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
Stars: ✭ 145 (-28.22%)
Mutual labels:  phoenix
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: ✭ 166 (-17.82%)
Mutual labels:  phoenix
Changelog.com
Changelog is news and podcast for developers. This is our open source platform.
Stars: ✭ 2,354 (+1065.35%)
Mutual labels:  phoenix
Elm Phoenix
An Elm client for Phoenix Channels
Stars: ✭ 183 (-9.41%)
Mutual labels:  phoenix
Appsignal Elixir
🟪 AppSignal for Elixir package
Stars: ✭ 176 (-12.87%)
Mutual labels:  phoenix

ObserverLive

This is a port of observer_cli using phoenix and LiveView.

⚠️ It's still a work in progress and has not been tested in production.

Blog post: observer_live

Demo: Try it

Video:

video

For other LiveView examples and demos see here.

Roadmap

This project may have started as a demo for the capabilities of LiveView, but I'm keen to port the rest of observer_cli's ports. Any help is welcome!

Remaining work:

System - Cache Hit Info cache hit info

See: source

ETS ets

See: source

Mnesia mnesia

See: source

App app

See: source

If you're interested to help, submit a PR. For questions find me on elixir-lang.slack.com

Development

To run it locally:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

License

Copyright (c) 2019 Dimitris Zorbas, MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].