All Projects → deref → exo

deref / exo

Licence: Apache-2.0 License
A process manager & log viewer for dev

Programming Languages

go
31211 projects - #10 most used programming language
Svelte
593 projects
typescript
32286 projects
CSS
56736 projects
HCL
1544 projects
shell
77523 projects

Projects that are alternatives of or similar to exo

Docker Autocompose
Generate a docker-compose yaml definition from a running container
Stars: ✭ 359 (+21.28%)
Mutual labels:  docker-compose, compose
docker-compose-v3
No description or website provided.
Stars: ✭ 15 (-94.93%)
Mutual labels:  docker-compose, compose
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+97.3%)
Mutual labels:  docker-compose, compose
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-2.7%)
Mutual labels:  docker-compose, compose
Wordpress Nginx Docker Compose
Run WordPress with nginx using Docker Compose.
Stars: ✭ 460 (+55.41%)
Mutual labels:  docker-compose, compose
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-70.27%)
Mutual labels:  docker-compose, compose
nyx
Lean linux and OSX process monitoring written in C
Stars: ✭ 24 (-91.89%)
Mutual labels:  process-manager, supervisor
samples
Jetpack Compose based project, used to stress-testing compose features / integrations and explore non-trivial functionality
Stars: ✭ 21 (-92.91%)
Mutual labels:  compose
docker4ruby
Docker-based Ruby stack (works for Rails)
Stars: ✭ 27 (-90.88%)
Mutual labels:  docker-compose
PlayWeather
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥
Stars: ✭ 120 (-59.46%)
Mutual labels:  compose
superdiscoverer
A Supervisor backed service discoverer for automatic service-discovery.
Stars: ✭ 15 (-94.93%)
Mutual labels:  supervisor
aiohttp skeleton
Skeleton for aiohttp site
Stars: ✭ 19 (-93.58%)
Mutual labels:  supervisor
epazote
🌿 Automated HTTP (microservices) supervisor
Stars: ✭ 34 (-88.51%)
Mutual labels:  supervisor
compose-ref
Compose specification reference implementation
Stars: ✭ 69 (-76.69%)
Mutual labels:  compose
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (-87.16%)
Mutual labels:  docker-compose
fastapi douyin
更新 2.0 版本,使用 Python WEB 高性能异步框架 FastAPI 制作的抖音无水印解析下载,采用前后端分离思想!
Stars: ✭ 58 (-80.41%)
Mutual labels:  supervisor
Tarkin
A tool for anomaly detection over streaming data based on sentiment analysis
Stars: ✭ 29 (-90.2%)
Mutual labels:  logs
Panorama360
Projekt przejściowy do projektu Magisterskiego. Android, LibGDX, OpenCV, Camera, SurfaceView, stitching, panorama, sphere, gyroscope
Stars: ✭ 52 (-82.43%)
Mutual labels:  compose
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (-66.89%)
Mutual labels:  compose
mongodb-replica-set
Docker setting for mongodb replica set
Stars: ✭ 21 (-92.91%)
Mutual labels:  docker-compose

exo: a process manager & log viewer for dev

exo- prefix – external; from outside.

The Exo GUI

Features

  • Procfile and Docker Compose compatible process manager.
  • Terminal commands and browser-based-GUI for all functionality.
  • Multiplexed, colorizing log tailing. Toggle visibility of individual logs.
  • Dynamic process supervision: create, start, stop, restart, delete.

Getting Started

Install Exo:

curl -sL https://exo.deref.io/install | bash

If you prefer package managers or manual installation, see the install docs for details, including uninstall instructions.

Navigate to your code directory and then launch the Exo gui:

exo gui

To use exo as a drop-in replacement for foreman or docker-compose, use run instead:

exo run

This will work automatically with your Procfile, compose.yaml, or similarly named manifest files. The run command also accepts an explicit filename, if you have multiple configurations to choose from.

For more, checkout the Exo documentation, watch some videos or consult the builtin help by running exo help.


Support

Feel free to open an issue, tweet at us, start a discussion, or pop-in to our #exo Slack channel.

Telemetry

exo collects limited and anonymous telemetry data by default. This behavior can be disabled by adding the following setting to your exo config (located at ~/.exo/config.toml by default):

[telemetry]
disable: true
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].