quartz
JobRunr
| quartz | JobRunr | |
|---|---|---|
| 41 | 7 | |
| 12,469 | 3,000 | |
| 4.1% | 1.1% | |
| 8.8 | 9.0 | |
| 4 days ago | 4 days ago | |
| TypeScript | Java | |
| MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
quartz
-
Ask HN: Could you share your personal website here?
This tool called Quartz, it's pretty neat: https://quartz.jzhao.xyz
I like that it allows us to set different depth levels for the full graph view and the individual note's view.
- Personal blogs are back, should niche blogs be next?
- Use Txt for Bookmarks
- [Free Blog Creation] I tried hosting a static site with Obsidian and GitHub Pages!
-
GitHub issues is almost the best notebook in the world
As others have pointed out you don't "host" Obsidian - it's just a local collection of markdown files. But if you're asking about a self-hosted alternative to "Obsidian Publish" for creating a knowledgebase that others can answer, I'm Quartz[0], a static-site generator designed to turn Obsidian markdown files into a website. I'm building and it and hosting it on Gitlab Pages at work[1].
[0]: https://quartz.jzhao.xyz/
[1]: https://quartz.jzhao.xyz/hosting#gitlab-pages
- Quartz 4: static site generator for digital gardens
-
Ditching Obsidian and building my own
I wonder if https://github.com/jackyzha0/quartz was considered for this, though that project is more setup as an open source Obsidian publish replacement than a private PKMS
- Quartz: A fast, batteries-included static-site generator for Markdown content
-
Ow I Blog with Obsidian, Hugo, GitHub, and Cloudflare – Zero Cost Owned
Shout out to Quartz, which produces a site similar to Obsidian Publish: https://quartz.jzhao.xyz/
(I would use Obsidian Publish, but it rendered far too slowly on some pages. I do use their excellent sync service though.)
-
Ask HN: What's your blog / portfolio stack?
https://quartz.jzhao.xyz/ + cloudflare, write in obsidian and publish with a git push
JobRunr
-
Open source Job Scheduler Library in java for high throughput
In java we have found Quartz( Quartz) , Job Runr(Jobrunr) and db-scheduler(db-scheduler) and need to evaluate these for our use case.
-
Scheduling a job in Spring Boot
You can also take a look at https://www.jobrunr.io/en/
-
JobRunr: A library for background processing in Java
Hi all, I'm Ronald - the creator of JobRunr.
First of all, thanks to @mooreds to post JobRunr on HackerNews.
Second of all - I read some claims that being in the 'job scheduling' business is easy money. I would like to point out that's not really the case.
With JobRunr being open-source and more successful than I ever could imagine, this brings along a lot of stress. If you make a mistake (which I did in V6) the whole world starts to see it. I also try to keep the amount of open issues really small as these things linger in my head and also give me stress.
Anyway, this to say that I'm now able to provide my family with food but I'm still not break even (meaning if I just had freelanced as before, I would have more money in my bank account).
But, I can now work on something I love.
P.s.: it's indeed LGPL but this is also the case for hibernate. It means you should only open-source if you're touching part of the JobRunr code, not if you just use the lib.
See also https://github.com/jobrunr/jobrunr/discussions/769.
-
Lightweight background job runner framework?
Is there a lightweight background job runner framework in Scala? Something that's backed by a database so the jobs are durable? I found jobrunr which seems like a great framework, but it's Java and doesn't have an async API (i.e. each job is assumed to be blocking and runs on its own thread).
- Is Quartz abandoned?
-
A batch of tasks to be executed periodically
JobRunr looks interesting, perhaps it can useful to you: https://github.com/jobrunr/jobrunr
What are some alternatives?
digital-garden - Free Obisidian Publish alternative, for publishing your digital garden.
db-scheduler - Persistent cluster-friendly scheduler for Java
obsidian-digital-garden
shedlock - Distributed lock for your scheduled tasks
Hugo - The world’s fastest framework for building websites.
easy-batch - The simple, stupid batch framework for Java