Hi All,
I’m so excited to announce about my first contribution tool for postgresql. I have been working with PostgreSQL from 2011 and I’m really impressed with such a nice database.
I started few projects in last 2 years like pgHawk[A beautiful report generator for Openwatch] , pgOwlt [CUI monitoring. It is still under development, incase you are interested to see what it is, attaching the image here for you ],
pgBucket [Which I’m gonna talk about] and learned a lot and lot about PostgreSQL/Linux internals.
Using pgBucket we can schedule jobs easily and we can also maintain them using it’s CLI options. We can update/insert/delete jobs at online. And here is its architecture which gives you a basic idea about how it works.
Yeah, I know there are other good job schedulers available for PostgreSQL. I haven’t tested them and not comparing them with this, as I implemented it in my way.
Features are:
Dependencies:
Here is the link for the source/build instructions, which hopefully helpful for you.
Let me know your inputs/suggestions/comments, which will help me to improve this tool.
Thanks as always.
–Dinesh Kumar
转载本站任何文章请注明:转载至神刀安全网,谢谢神刀安全网 » Dinesh Kumar: pgBucket – A new concurrent job scheduler