Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
/ plaas Public archive

Plots as a Service ๐Ÿ๐Ÿ“ˆ (XKCD style)

Notifications You must be signed in to change notification settings

biosan/plaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

56 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Plaas

Build Status codecov

Plots as a service (XKCD style)

How it works

Plaas is composed of a very simple API and an even simpler web page.

The backend is build with Falcon, a minimalist an wicked fast framework for Python. Plots are generated by the fantastic MatPlotLib library with XKCD style.

The frontend is a simple HTML plus some bits of JS, all styled thanks to Bulma.

Testing

pipenv run pytest tests

Or using Docker:

docker build -t plaas-testing -f Dockerfile.testing .
docker run plaas-testing

How to run

pipenv run gunircorn plaas.app

Or using Docker:

docker build -t plaas .
docker run plaas

About

Plots as a Service ๐Ÿ๐Ÿ“ˆ (XKCD style)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published