NSLS-II / olog

Python client to the Olog
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

New olog-es API #7

Open mrakitin opened 4 years ago

mrakitin commented 4 years ago

Here is the new API for olog-es: https://olog-es.readthedocs.io/en/latest/. Need to make pyolog2 compatible with the new system.

mrakitin commented 4 years ago

cc @shroffk

danielballan commented 4 years ago

:tada:

danielballan commented 4 years ago

@shroffk Is there a Docker image or some good choice for running a test server on CI, ideally with some valid data in it?

shroffk commented 4 years ago

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

danielballan commented 4 years ago

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?