dgraph-io / dgraph

The database for modern applications. Common use cases: knowledge graphs for AI, fraud detection, personalization, and search. Built and maintained by @HypermodeInc.
https://dgraph.io
Other
20.47k stars 1.5k forks source link

Bundle assets with the dgraph binary #1415

Closed pawanrawal closed 6 years ago

pawanrawal commented 7 years ago

Sometimes users just download the releases binary from Github and forget to download the assets and the UI doesn't work for them. We can use https://github.com/jteeuwen/go-bindata to bundle assets within the binary so that they don't have to download them separately.

fervic commented 7 years ago

It happened to me :stuck_out_tongue: .

And coincidentally I just found about go-bindata this past week while browsing through an Apex repo and Dgraph assets came to my mind.

If nobody has grabbed this I can take a stab.

pawanrawal commented 7 years ago

Sure go for it @fervic.

fervic commented 7 years ago

Hi @pawanrawal, I'll have availability to work on this next weekend. If it needs to be done before that just let me know so I step aside.

chilts commented 7 years ago

There is also https://github.com/gobuffalo/packr which essentially does the same thing but in a slightly different way.

pawanrawal commented 6 years ago

Assets are now bundled with the ratel binary.