Go to file
Andrew Watkins 355850fba0 Implement rename explorations 2016-10-05 13:17:39 -07:00
bolt Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
cmd/mr-fusion-server
dist
docs
handlers Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
influx
kapacitor Add kapacitors endpoint (persist/proxy/rest) 2016-10-04 12:48:36 -05:00
log
mock Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
models Update kapacitors endpoint to check for valid source. 2016-10-04 12:49:12 -05:00
restapi Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
ui Implement rename explorations 2016-10-05 13:17:39 -07:00
.gitignore
Dockerfile
Godeps
Makefile Update kapacitor endpoint to be scoped to sources 2016-10-04 12:49:12 -05:00
README.md
assets.go
circle.yml
errors.go Add kapacitors endpoint (persist/proxy/rest) 2016-10-04 12:48:36 -05:00
log.go
proxy.go Fix kapacitor proxying 2016-10-04 12:49:12 -05:00
stores.go Update kapacitor endpoint to be scoped to sources 2016-10-04 12:49:12 -05:00
swagger.yaml Fix exploration update time; fix exploration PATCH to be RFC 7396; update exploration PATCH to return 200 and body. 2016-10-04 15:33:32 -05:00
timeseries.go
transformer.go

README.md

mrfusion

Builds

  • To build assets and the go server, run make.
  • To run server either ./mrfusion --port 8888 or make run
  • If you add files to the javascript build and you don't want to rebuild everything, run make bindata && make mrfusion

Deployment (for now)

Includes a Dockerfile that builds a container suitable for Heroku.

In order to push to heroku, make sure you've logged into Heroku normally with...

heroku login

Add the acceptance server git remote...

git remote add acceptance https://git.heroku.com/mrfusion-acc.git

When you run heroku apps you should see "mrfusion-acc".

Then install the container plugin heroku plugins:install heroku-container-registry

Then log into the container registry with...

heroku container:login

Build and push the web container by running...

heroku container:push web