Go to file
Andrew Watkins b11ce92d84 Make tagKeys / tagValues work in the DE 2016-10-04 13:18:43 -07:00
bolt Update kapacitor endpoint to be scoped to sources 2016-10-04 12:49:12 -05:00
cmd/mr-fusion-server
dist
docs
handlers Update kapacitor proxy POST/PATCH to return 204 when appropriate. 2016-10-04 12:49:12 -05:00
influx
kapacitor Add kapacitors endpoint (persist/proxy/rest) 2016-10-04 12:48:36 -05:00
log
mock
models Update kapacitors endpoint to check for valid source. 2016-10-04 12:49:12 -05:00
restapi Update kapacitor proxy POST/PATCH to return 204 when appropriate. 2016-10-04 12:49:12 -05:00
ui Make tagKeys / tagValues work in the DE 2016-10-04 13:18:43 -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 Update kapacitor proxy POST/PATCH to return 204 when appropriate. 2016-10-04 12:49:12 -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