https://github.com/mozilla-iam/dino-park-search
Search microservice for dinopark
https://github.com/mozilla-iam/dino-park-search
Last synced: 3 months ago
JSON representation
Search microservice for dinopark
- Host: GitHub
- URL: https://github.com/mozilla-iam/dino-park-search
- Owner: mozilla-iam
- License: mpl-2.0
- Created: 2018-08-30T09:25:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T06:38:18.000Z (about 2 years ago)
- Last Synced: 2025-04-13T23:15:25.590Z (3 months ago)
- Language: JavaScript
- Size: 468 KB
- Stars: 2
- Watchers: 11
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
dinopark-search
=======================Description
-------------
Web service to abstract search functionality in dinopark project.* flask
* elasticsearchInitial 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 serviceGetting started
------------------To run the web service:
* `docker-compose up`