schiob / AAAS

Algorithms as a service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms as a service

Dijkstra e implementaciones de otros algoritmos como servicio.

Getting Started

  • Clona el repo
  • Compila
  • Usa

Con Docker

  • Clona el repo
  • Dentro de la carpeta del repo:
docker build -t AAAS .
docker run -d -p 8080:8080 --name AAAS-example AAAS

Docs

Contributing

  • Cualquier idea es bienvenida

Authors

  • schiob

About

Algorithms as a service


Languages

Language:Go 98.0%Language:Makefile 2.0%