Scientist

:microscope: A Ruby library for carefully refactoring critical paths. (by github)

Scientist Alternatives

Similar projects and alternatives to Scientist

  1. jaeger

    CNCF Jaeger, a Distributed Tracing Platform

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. opentelemetry-specification

    Specifications for OpenTelemetry

  4. debezium

    Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

  5. opentelemetry-collector-contrib

    Contrib repository for the OpenTelemetry Collector

  6. zipkin

    40 Scientist VS zipkin

    Zipkin is a distributed tracing system

  7. Pact JVM

    28 Scientist VS Pact JVM

    JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.

  8. Camunda BPM

    C7 CE enters EOL in October 2025. Please check out C8 https://github.com/camunda/camunda – Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Blazer

    Business intelligence made simple

  11. taoup

    The Tao of Unix Programming (Ruby-powered ANSI colored fortunes)

  12. Rubocop

    7 Scientist VS Rubocop

    Discontinued A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop] (by rubocop-hq)

  13. bundler-leak

    Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:

  14. Reek

    6 Scientist VS Reek

    Code smell detector for Ruby

  15. Rubycritic

    A Ruby code quality reporter

  16. Coverband

    Ruby production code coverage collection and reporting (line of code usage)

  17. suture

    6 Scientist VS suture

    πŸ₯ A Ruby gem that helps you refactor your legacy code

  18. mutmut

    5 Scientist VS mutmut

    Mutation testing system

  19. Traceroute

    A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app

  20. SimpleCov

    Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites

  21. geared_pagination

    Paginate Active Record sets at variable speeds

  22. Flay

    3 Scientist VS Flay

    Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Scientist alternative or higher similarity.

Scientist discussion

Log in or Post with

Scientist reviews and mentions

Posts with mentions or reviews of Scientist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Crates that run multiple versions of a function and ensures the return value is the same?
    2 projects | /r/rust | 5 Dec 2023
    For some google-fu, the ruby / .NET equivalent of this is https://github.com/github/scientist / https://github.com/scientistproject/Scientist.net
  • Scientist: A Ruby library for carefully refactoring critical paths
    1 project | /r/hackernews | 18 Nov 2023
    6 projects | news.ycombinator.com | 14 Nov 2023
    The readme (here https://github.com/github/scientist#alternatives) doesn't mention, but here is one for Rust: https://crates.io/crates/scientisto
    1 project | news.ycombinator.com | 18 Oct 2022
  • Test Against Reality
    1 project | news.ycombinator.com | 9 Jul 2023
    Something I've learned in Ruby land (prob standard in other places, forgive my ignorance) that seems a bit different than what the article advocates for (fake services):

    - Write your service wrapper (eg your logic to interact with Twilio)

    - Call the service and record API outputs, save those as fixtures that will be returned as responses in your tests without hitting the real thing (eg VCR, WebMock)

    - You can now run your tests against old responses (this runs your logic except for getting a real response from the 3rd party; this approach leaves you exposed to API changes or you have edge cases not handled)

    For the last part, two approaches to overcome this:

    - Wrap any new logic in try/catch and report to Sentry: you avoid breaking prod and get info on new edge cases you didn't cover (this may not be feasible if the path where you're inserting new logic into does not work at all without the new feature; address this with thoughtful design/rollout of new features)

    - Run new logic side by side to see what happens to the new logic when running in production (https://github.com/github/scientist)

    I use the first approach bc small startup.

  • Real-World Engineering Challenges: Migrations
    2 projects | news.ycombinator.com | 18 Oct 2022
    Check out GitHub scientist if you are doing a migration with a ruby based system: https://github.com/github/scientist

    Great support and functionality for testing differences between two systems of record.

  • Rethinking Testing
    1 project | /r/ProgrammingLanguages | 11 Aug 2022
    As far as this idea, I have seen this before in a few different forms. The closest thing that I've personally witnessed being used is the scientist gem for Ruby applications. You have to do it manually, but you can instrument your code to compare old and new versions of some code. It also does some fancy stuff like randomly choosing which version gets run, almost like an A/B test. I wonder if there's a similar library for Python?
  • axum-strangler initial release
    1 project | /r/rust | 19 Jul 2022
    Not sure what OP had in mind, but for my dream strangler (that's a phrase I never expected to use), I'd love functionality like github's scientist library; basically, the ability to implement a route, continue to serve most requests through the original service, but duplicate a small percentage to the new implementation, compare the outputs of the two services, and log wherever the responses differ, so you get live production tests to exercise the new service without impacting users.
  • Using Scientist to Refactor Critical Ruby on Rails Code
    3 projects | dev.to | 25 May 2022
    However, the good news is that it’s easy and safe to do so in Ruby and Rails using the Scientist gem. Scientist's name is based on the scientific method of conducting experiments to verify a given hypothesis. In this case, our hypothesis is that the new code does the job.
  • Book notes: Turn the Ship Around!
    6 projects | dev.to | 4 May 2022
    Github scientist.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic Scientist repo stats
18
7,563
5.5
5 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Ruby is
the 12th most popular programming language
based on number of references?