Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla-iam/dino-park-search

Search microservice for dinopark
https://github.com/mozilla-iam/dino-park-search

Last synced: about 1 month ago
JSON representation

Search microservice for dinopark

Awesome Lists containing this project

README

        

dinopark-search
=======================

Description
-------------
Web service to abstract search functionality in dinopark project.

* flask
* elasticsearch

Initial configuration
------------------------

You need to install `docker` and `docker-compose`.

* [docker](https://docs.docker.com/install/)
* [docker-compose](https://docs.docker.com/compose/)

Building
---------

* `docker-compose pull` to pull the dependent images
* `docker-compose build` to build the image for the service

Getting started
------------------

To run the web service:

* `docker-compose up`