Open mrakitin opened 4 years ago
cc @shroffk
:tada:
@shroffk Is there a Docker image or some good choice for running a test server on CI, ideally with some valid data in it?
Unfortunately I don't have it right now. Currently I have a test setup on a machine provided by Maksim.
I see the value of moving this to a set of docket images - 1 elastic. 2 mongodb, 3 the actual service I will try to start working on this and in the meanwhile we can move forward with the manual test setup
OK, we don't have to jump straight to Docker. Getting mongodb and elastic on Travis-CI is as easy as:
services:
- mongodb
- elasticsearch
Can we get a simple bash script that stands up the actual service, given those two?
Here is the new API for olog-es: https://olog-es.readthedocs.io/en/latest/. Need to make
pyolog2
compatible with the new system.