scala-steward VS Gitbucket

Compare scala-steward vs Gitbucket and see what are their differences.

Gitbucket

A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility (by gitbucket)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
scala-steward Gitbucket
4 12
1,121 9,060
1.0% 0.2%
9.4 9.2
6 days ago 7 days ago
Scala Scala
Apache License 2.0 Apache License 2.0
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.

scala-steward

Posts with mentions or reviews of scala-steward. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-19.
  • Secure the Dependencies of your Scala Project on Github
    3 projects | /r/scala | 19 Jul 2022
    To not confuse anyone reading this, these are actually pretty radically different. Keep in mind that Renovate is literally just doing regex on your build files. While this is great for simple things and sending in some updates, I know first hand this is far inferior to the update support you'll get by using something like Scala Steward.
  • Looking for a really good/complex example codebase or tutorial for Scala FP
    6 projects | /r/scala | 8 Mar 2022
    https://github.com/scala-steward-org/scala-steward Might be the one you are looking for
  • Scala projects to read through
    5 projects | /r/scala | 7 Aug 2021
  • Software Is Drowning the World
    2 projects | news.ycombinator.com | 10 Jan 2021
    This is one of the reasons why statically typed languages have a big advantage when it comes to maintenance.

    Take Scala for example. There is now mature tooling for keeping your dependencies / libraries up-to-date automatically, using automatic migration-scripts (must be provided by the library author of course).

    See here: https://github.com/scala-steward-org/scala-steward/blob/mast...

    The difficult part here is of course to write the migrations. This works very well in Scala (and can work as well in certain other languages) because the type-system provides enough information to do automatic rewrites and it is easy to _not_ use unsound techniques such as reflection, code generation, macros etc.

    The reason why we don't see such tooling in other languages yet is that they are either dynamically typed, which makes it almost impossible to write migration scripts that pretty much always work. Or they are statically typed, but the typesystem is so limited, that developers have to fall back on mentioned unsound features.

Gitbucket

Posts with mentions or reviews of Gitbucket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Anyway to build my own github server at home for private use? I have hundreds of apps and want to keep them private
    2 projects | /r/github | 27 Apr 2023
    Gitbucket (https://gitbucket.github.io/)
  • code snippets - what do you use?
    2 projects | /r/selfhosted | 7 Mar 2023
    GitBucket
  • An Open Source apps Leads to XSS to RCE Vulnerability Flaws
    3 projects | dev.to | 30 Oct 2022
    Link: https://github.com/gitbucket/gitbucket
  • GitHub incident 2022-03-23
    8 projects | news.ycombinator.com | 23 Mar 2022
    Another self-hosted project in the space that i've seen was GitBucket, although it runs on the JVM (not necessarily a bad thing, just different from Go): https://gitbucket.github.io/
  • Python For Everyone: Mastering Python The Right Way
    4 projects | dev.to | 4 Mar 2022
    Version control Systems eg. Github, Bitbucket, Gitbucket help in version control of your code and generally storage of your code. It can also serve as a visual reminder of the progress you make eg. on Github there is a monitoring system that shows how many days you are active on the platform.
  • GitHub Down again 11/27/2021
    5 projects | news.ycombinator.com | 27 Nov 2021
    > Git itself decentralizes source control, and yet we all want to use single-point-of-failure Github.

    This is pretty much why both the organization that i work for, as well as i personally for my homelab use self-hosted GitLab instances: https://about.gitlab.com/

    Though in practice there are a lot of other options out there, like Gitea (https://gitea.com/) and GitBucket (https://gitbucket.github.io/), though maybe less so for alternative source control systems (e.g. SVN has been all forgotten, however that's a personal pet peeve).

    Not only that, but i also utilize my own Sonatype Nexus (https://www.sonatype.com/products/repository-oss?topnav=true) instances to great success: for doing everything from mirroring container images that i need from DockerHub (e.g. due to their proposed removal policies for old images and already adopted rate limits), to mirroring Maven/npm/NuGet/pip/Ruby and other dependencies, so i don't have to connect to things on the Internet whenever i want to do a new build.

    That not only improves resiliency against things on the Internet going down (apart from situations where i need something new and it's not yet cached), but also improves performance a lot in practice, when only the company servers need to be hit, or my own personal servers in the data center for my cloud hosted stuff, or my own personal servers in my homelab for my own stuff.

    Admittedly, all of that takes a bit of setup, especially if you happen to expose anything to the web in a zero trust fashion (permissible for my own stuff, as long as i'm okay with manually managing CVEs just to probably get hacked in the end anyways, but definitely not that any corporation with an internal network would want to do), but in my eyes that's still worth the effort, if you value being in control of your own software stack and the ecosystem around it.

    It's probably much less worth it, if you don't see that as a benefit and don't want to be the one responsible for whatever project you're working on getting hacked, e.g. if you'd fail to patch out the recent GitLab CVE where exiftools could execute arbitrary code, which is probably the case if you don't have the resources to constantly throw at maintenance, in comparison to companies with 100x - 1000x more resources than you have for that sort of stuff.

  • How to build a search engine with Ruby on Rails
    5 projects | news.ycombinator.com | 16 Sep 2021
    > Rails doesn't scale? Github's the largest code repository site in the world.

    You know, i think i understand both of the viewpoints here. Personally, i'd say that Rails doesn't scale as well as i'd expect it to. You can definitely build scalable systems in it, though you'll end up throwing a whole bunch of hardware resources, when compared to certain other languages and technology stacks, to serve similar load.

    For example, right now i self-host a GitLab (https://about.gitlab.com/) instance for managing my code repositories, CI builds and so on. Even with just me using it (alongside some automated processes), it routinely eats up close to 4 GB of RAM, which in my case is an entire VPSes worth and costs me about 60 Euros a year with Time4VPS (affiliate link, if you'd like to check it out: https://www.time4vps.com/?affid=5294) but would cost me way more in AWS, GCP etc. One could argue that that's not too expensive, but not everyone earns a lot of money and running 10-20 VPSes does eventually build up, since i can't afford colocation and my residential homelab setup with a WireGuard tunnel to bypass ISP NAT with a proxy VPS is pretty slow, even if i can afford more storage, RAM and CPU power that way.

    Compare that situation to projects like Gogs (https://gogs.io/), Gitea (https://gitea.com/), GitBucket (https://gitbucket.github.io/) and sourcehut (https://sourcehut.org/) - i'd argue that all of them on average use less CPU resources and memory for accomplishing similar tasks. For example, have a look here: https://forgeperf.org/

    However, we cannot ignore the fact that using Ruby might have been exactly what allowed for quickly creating the functionality of GitLab and many other platforms and tools out there, GitHub included, so the choice between usable software and innovation in the near future and performant software possibly years from now is a tricky one.

    There are probably good arguments for both, but noone can declare either to be better. Personally, i don't mind using Ruby, Python or even PHP when it makes sense and i don't need to worry about scalability from day 0.

  • Selfhosted open source alternative to GitHub/GitLab
    5 projects | /r/selfhosted | 9 Aug 2021
    I saw this on HN and have been using it for the past two weeks for some small hobby projects. The docs are so-so but I got it set up in Docker without much hassle. I've since migrated completely from gitbucket. Great software - I encourage everyone to try it out.
  • Scala projects to read through
    5 projects | /r/scala | 7 Aug 2021
    A Git platform (like github or gitlab) written in Scala. Definitely not a pet project so might be fun to read the code. https://github.com/gitbucket/gitbucket
  • Gitly: A light and fast GitHub/Gitlab alternative written in V lang (pre-alpha)
    8 projects | news.ycombinator.com | 4 Aug 2021

What are some alternatives?

When comparing scala-steward and Gitbucket you can also consider the following projects:

renovate - Universal dependency automation tool.

Gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

codemod - Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.

Gogs - Gogs is a painless self-hosted Git service

pfps-shopping-cart - :shopping_cart: The Shopping Cart application developed in the book "Practical FP in Scala: A hands-on approach"

Taiga - Agile project management platform. Built on top of Django and AngularJS

scalac-options - A DSL for scalacOptions

Gitlab CI - GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com

zio-cats-backend - A backend service integrating ZIO with cats, STTP, http4s, doobie and ztapir

Taiga-front - [DEPRECATED] Project management web application with scrum in mind! Build on top of Django and AngularJS (Frontend Code)

paradox - Markdown documentation

Scoverage - Scoverage Scala Code Coverage Core Libs