metrics VS szurubooru

Compare metrics vs szurubooru and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
metrics szurubooru
19 17
70 643
- -
9.7 5.1
4 days ago 6 days ago
Python
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

metrics

Posts with mentions or reviews of metrics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.
  • SQLx 0.7 released! Offline mode usability improvements, performance fixes and major upgrades across the board!
    6 projects | /r/rust | 3 Jul 2023
    It's worth keeping an eye on Diesel's metrics suite (https://github.com/diesel-rs/metrics) as well; I found and fixed some suboptimal buffering that was affecting performance.
  • What's everyone working on this week (26/2023)?
    15 projects | /r/rust | 26 Jun 2023
    See here for some numbers. The relevant code lives inside the diesel github repository. Please also keep in mind that these are just numbers and you should run those these on your own and also run tests with your actual work load.
  • Sqlx, diesel, orm or other sqlx query ?
    3 projects | /r/rust | 18 May 2023
    Performance is worse than in comparable frameworks
  • Handle sessions and database requests
    1 project | /r/rust | 16 May 2023
    For the database part you might want to checkout a crate that's not based on sqlx as sqlx is known for providing non-optimal performance for the sqlite backend. rusqlite or diesel perform much better for this use case.
  • What ORM do you use?
    6 projects | /r/rust | 9 May 2023
    No it will likely not be less performant. See these numbers for some benchmark results for numbers. (As always with benchmarks: Please don't trust my numbers. To be sure you need to do your own benchmarks with your own use-case)
  • Trying to learn by tutorials, for cannot find a single Actix/Diesel tutorial that actually compiles
    4 projects | /r/rust | 12 Mar 2023
    See here for some benchmark results. The benchmarks itself are in the diesel repository. Otherwise I believe there are numbers in the techempower benchmarks as well, although that includes other factors .
  • Thoughts about switching from sqlx to tokio_postgres?
    4 projects | /r/rust | 4 Feb 2023
    I'm developing a Rust web server backend in Axum that uses Postgres and performance will be pretty important since I plan to run it on one server for as long as possible. It seems like the postgres crate is about 2x faster than sqlx, and the postgres repository seems pretty active still.
  • Ormlite: An ORM in Rust for developers that love SQL
    4 projects | /r/rust | 25 Jan 2023
    Congratulations to the release. I know all of this is hard work. I would like to invite you to submit a ormlite implementation to the diesel benchmark collection. As soon as that's merged you will get regular reports here. The relevant code is here in the diesel repository.
  • Rails developers write some Rust: a review of Axum 0.6
    2 projects | /r/rust | 16 Jan 2023
    In that case you may be interested in the metrics for different database libraries. diesel is doing rather well at the moment. sqlx is in the middle of a large rewrite that should improve performance, so we'll see how it compares after that
  • Using Rust as my Backend
    8 projects | /r/rust | 2 Nov 2022
    See here for some benchmark results for the diesel repository. Please keep in mind that as always with benchmarks, these numbers are not necessarily true for your usecase. Be sure to checkout at least the benchmark code and draw your own conclusions from there.

szurubooru

Posts with mentions or reviews of szurubooru. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.
  • How to tag and store pictures downloaded from the internet?
    1 project | news.ycombinator.com | 12 Jul 2023
    I've been accumulating art and pictures downloaded from the internet, what's a good way to store and tag them with the original artist and source? Maybe a simple solution would be just adding appropriate EXIF data to the files? This approach would still require a good folder structure to make sense of. Another option I came across was https://hydrusnetwork.github.io/hydrus/index.html, but after trying it, the experience was really janky and not pleasant. Or I could even host an image booru so the collection would benefit others too, with https://github.com/rr-/szurubooru perhaps?

    How do other people deal with it, I'm curious to hear.

  • Datahoarding image library organizer
    1 project | /r/DataHoarder | 11 Jul 2023
    also agree with hydrus network. im at 18million items. next best thing is probably something like a selfhosted booru server so that you can remotely organize files during your downtime on the toilet or jury duty.
  • I want to make a website with the format of danbooru for sharing and archiving images. How would I start going about that?
    4 projects | /r/selfhosted | 26 Jun 2023
    I'm your savior, together with https://github.com/rr-/szurubooru
  • code for creating a POST in Image Board instance "szurubooru"
    3 projects | /r/selfhosted | 4 Apr 2023
    There is also https://github.com/rr-/szurubooru/discussions
  • Smart Home and Homelab network diagram after 4 years of evolution
    9 projects | /r/homelab | 14 Dec 2022
    On unraid postgres is used by szurubooru, mealie, and grafana. I don't know specifically what but I know redis is also used by one of the apps in the cloud group as well.
  • Can't access Docker site (szurubooru) in LAN, only on the same machine
    2 projects | /r/selfhosted | 11 Dec 2022
    name: mybooruname #yes this next line is empty as i mention above, but the [INSTALL.md](https://github.com/rr-/szurubooru/blob/master/doc/INSTALL.md) says you can skip lines of which you want to use the defaults. or should i add something here? domain: secret: mysecretstring delete_source_files: no thumbnails: avatar_width: 300 avatar_height: 300 post_width: 300 post_height: 300 user_agent: max_dl_filesize: 25.0E+6 convert: gif: to_webm: false to_mp4: false allow_broken_uploads: false smtp: host: localhost port: 25 user: myusername pass: thisisapass from: noreply@localhost enable_safety: yes # the rest is just regexes for tags, pools, usernames, and passwords, and user rank privilege stuff
  • Using Rust as my Backend
    8 projects | /r/rust | 2 Nov 2022
    If you need tagging / users and stuff for the images, I’ve used https://github.com/rr-/szurubooru
  • Photofield v0.5 released: Google Photos alternative now even faster and with 100% more demo
    7 projects | /r/selfhosted | 4 Sep 2022
    Honestly, your project makes me want to contribute to I but I have absolutely no experience with Golang. I see a lot of potential in it and because it's comparatively new and barebones, there aren't any entrenched concepts like with more mature projects. Like, if you ever get around to implementing a more comprehensive organization system, do check out Szurubooru. Tags and tag categories can replace Albums, Faces, Places, Objects, Themes, Colors, EXIF data and so much more. You can still use tooling like AI recognition, geotagging, EXIF readers, and whatnot to populate them accordingly but being standardized as TAGS makes searching and crawling much easier. Not to mention defining custom tags would allow for a very versatile usage. And with a fluid browsing like yours, it will be a dream app.
  • Your top 5 best self hosted apps?
    36 projects | /r/selfhosted | 22 Aug 2022
    I can share something like that. There is this imageboard called (Szurubooru)[https://github.com/rr-/szurubooru]. People use such boards to host their anime and hentai stuff.
  • It finally happened. Something I archived was erased from the Internet.
    5 projects | /r/DataHoarder | 14 Jul 2022
    I kinda have something for Twitter accounts, said thing being this extension, but I stupidly don't use it enough. You see, I archive my posts using szurubooru, which is on a by-post basis, so everything has to be added one by one. (Technically, you can upload multiple at once but there's no function to add tags before upload, only after.)

What are some alternatives?

When comparing metrics and szurubooru you can also consider the following projects:

sea-orm - 🐚 An async & dynamic ORM for Rust

DeepDanbooru - AI based multi-label girl image classification system, implemented by using TensorFlow.

sea-query - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite

hydrus - A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers.

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

shimmie2 - An easy-to-install community image gallery (aka booru)

cornucopia - Generate type-checked Rust from your PostgreSQL.

python - Official Python client library for kubernetes

rust-postgis - postgis helper library.

system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

const-eval - home for proposals in and around compile-time function evaluation

TheAlgorithms - All Algorithms implemented in Python