Show HN: Goms, self-hosted baas, short video

https://news.ycombinator.com/item?id=15325675
by artpar • 9 years ago
2 0 9 years ago

I have been working on a self hosted baas since the last 5 months. Recently recorded a short video to demo one of the core features

https://www.youtube.com/watch?v=n-iTjlCcA4c&feature=youtu.be...

Skipping to 2:46 to skip the "deploy on heroku" part.

What is happening in the video:

- Setup a new instance

- Upload a sample store schema[1] written in JSON

- Create a new instance of an entity (a product here - bottles)

- Convey what "actions" are (they are different from just data editing)

Check it out here

https://github.com/artpar/goms

[1] https://github.com/artpar/goms/blob/master/gomsweb/static/sa...

ps: If you try goms on heroku, remember goms creates a sqlite db automatically if nothing else is specified. Heroku puts server to sleep after 30 mins of idleness, which wipes the sqlite database file.

The recommended storage is Mysql/Postgres

Related Stories

Loading related stories...

Source preview

news.ycombinator.com