medusa_server alternatives and similar packages
Based on the "Applications" category.
Alternatively, view medusa_server alternatives based on common mentions on social networks and blogs.
-
Phoenix Trello
Trello tribute done in Elixir, Phoenix Framework, React and Redux. -
poxa
Pusher server implementation compatible with Pusher client libraries. -
Phoenix Battleship
The Good Old game, built with Elixir, Phoenix, React and Redux -
Logflare
Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript. -
AlloyCI
Continuous Integration, Deployment, and Delivery coordinator, written in Elixir. -
ExChat
(Not maintaining) A Slack-like app by Elixir, Phoenix & React(redux) -
ExShop
Digital goods shop & blog created using Elixir (Phoenix framework) -
CaptainFact
🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io -
Phoenix Toggl
Toggl tribute done with Elixir, Phoenix Framework, React and Redux. -
Startup Job
An app to search startup jobs scraped from websites written in Elixir, Phoenix, React and styled-components. -
Consolex
Consolex is a tool that allows you to attach a web based console to any mix project -
Hydra
Open source API gateway with integrated cache and data transformations. -
uai_shot
A multiplayer ship game built with Elixir, Phoenix Framework and Phaser. :rocket: -
Queerlink
A simple yet efficient URL shortening service written in Elixir -
Alher
Alexander is a rock-solid IRC bot written in Elixir with powerful plugins. -
Exon
Exon is a “mess manager” developed in Elixir and provides a simple API to manage & document your stuff. -
Nvjorn
A multi-protocol network services monitor written in Elixir using Poolboy. -
medex
Medical Examination - application for register health check callbacks and represent their state via HTTP. -
majremind
A self-maintained database of your updated server which tells you which one needs to be updated. -
Stabby Flies
A multiplayer fighting game built with Elixir, Phoenix and Pixi.
Access the most powerful time series database as a service
Do you think we are missing an alternative of medusa_server or a related project?
README
[Medusa](medusa.jpg)
Overview
medusa_server
is a simple web server written in elixir that uses medusa command line interface to stack multiple images from URL's.
Table of contents
Prerequisites
medusa_server is distributed and run as a Docker image. You don't need to install elixir or anything else but Docker.
Installation
% docker pull icalialabs/medusa_server:latest
Usage
Before using medusa_server make sure you have the images url's and make sure the port 2604
is not being used by other process.
1: Standard (Non-development)
docker run --rm \
-p 2604:2604 \
icalialabs/medusa_server:latest
16:35:14.255 [info] Started application
Then you can call the service like:
curl -X POST "http://localhost:2604/process" \
-d "urls[]=https://s3.amazonaws.com/bucketname/bg.png"
-d "urls[]=https://s3.amazonaws.com/bucketname/area-int.png"
You should see a base64 string representing the stacked image.
Contributing
Please submit all pull requests against a separate branch.
Thanks!
License
See [LICENSE](LICENSE.txt)
*Note that all licence references and agreements mentioned in the medusa_server README section above
are relevant to that project's source code only.