usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Dev #193

Closed Mehrnoom closed 6 years ago

Mehrnoom commented 6 years ago

I changed the format of json objects as requested. For timeseries { "measure": { "type": "Measure", "metadata": { "monthly_change": -6.227758007117447, "yearly_change": 12.93706293706292, "location": "Abia", "name": "AVERAGE DIESEL (AUTOMATIVE GAS OIL) PRICES/ Litre NGN" } }, "doc_id": "7f5c838349ee1830ba649920c0526ae1d510db7e" }

And for measurements { "measurement": { "type": "Measurement", "date": "2016-09-01", "number": "195.23076923076923", "timeseries": "7f5c838349ee1830ba649920c0526ae1d510db7e" }, "doc_id": "42f8af67c4b34c5db5ccc4ba1937c598d20d1784" }

GreatYYX commented 6 years ago

@Mehrnoosh123 docker-compose.yml is not merged properly https://github.com/usc-isi-i2/dig-etl-engine/pull/193/files#diff-4e5e90c6228fd48698d074241c2ba760

GreatYYX commented 6 years ago

I merged it and solved conflicts.