For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | sosedoff's commentsregister

Built Pgweb (Postgres GUI) some time ago since I could not find a good minimalistic database explorer.

https://github.com/sosedoff/pgweb

The app is super simple, made with Go + jQuery and I still use it almost every day, and has brought it to every single company I've been with.


I have used that. 10/10 would recommend.


If you need a lightweight web UI for Postgres - have a look at https://sosedoff.github.io/pgweb/


Thanks for this recommendation. I'm using pgweb as a general purpose SQL web interface to Postgres. But, I cannot easily adapt pgweb to bring out a search interface that only searches a certain column of table in postgres.


Not sure what kind of issues you're having with search, but it's pretty straightforward to browse table data with a filter on a single column (be it numerical or text data). Im the author - shoot me an email (in profile) if you have any questions.


I dont think there's any competition with Google here, CronRunner is tailored specifically for Heroku.


There is no dependency graph between the jobs, i think this would be the case for a specialized tool. Cronrunner is very simple when it comes to job definition.

As for cron jobs, there's a bit of validation involved. The jobs are not executed with the old cron daemon, im using cron-like implementation in my stack. The logs are produces by Heroku platform so im just saving those, no magic at all.


Hi HN,

This is a small project that i've been meaning to launch for quite some time. Cronrunner is a job scheduler addon for Heroku applications, similar to standard scheduler but more powerful: you can define jobs with cron, set timezone, see history and receive error notifications. No need to setup webhooks or background jobs.

I've been using this addon internally for many months and finally decided to clean up and make a public site. The addon is not listed on the marketplace yet, i just need a bunch of test users to try it out, once it's done i can move it to the beta phase.

Feedback/ideas are highly appreciated!


Not sure if something is broken, but after i created a codemason server i cant delete it - there's no button to do that.


Oh, you're right. Thanks for letting me know. I'll fix that now


SEEKING WORK | Chicago or Remote | Go / Rails

We can help your team or business with:

- Rapid application prototyping, bring your idea to the market faster.

- API and real-time systems development.

- Legacy applications upgrade and support.

- DevOps (CI/Docker/Ansible/AWS/etc).

Site: https://hashstack.co

Github: https://github.com/sosedoff

Contact: dan@hashstack.co


For anyone wondering what this is: it's tool to build flows like "git push to X". I've built a few internal tools that use this package, mostly for deployment purposes similar to Heroku (but based on Docker).

The toolkit consists of 2 pieces: the server (http/ssh based) and push receiver. The server component provides the git repository endpoint and permission handling, and the receiver piece allows to setup the logic flow, like what to do with the push and ability to read the push tree structure and run some commands against it.

I've created this package some time ago, but decided to post just now, maybe someone will find it useful.

Thanks!


I've also created a bunch of work-flows using git repositories, and hooks - for example updating DNS via git repository pushes. So this looks like a nice project, but I see some open merge-requests and issues, and I wonder how active your project is?


There are a few issues and PRs that i opened myself, but aside from that there weren't many contributions from other developers. I can't really say the project is under active development, but it's definitely useful enough, at lease for my use cases.


Direct link to the repo: https://github.com/fbsamples/f8app/


My side projects ideas usually revolve around a problem or just plain curiosity. Some stick while others don't. Most of them, however, are tools that help with work stuff. My last side project that i still use almost every day since 2013 is pgweb - https://github.com/sosedoff/pgweb


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You