nimbo VS Ray

Compare nimbo vs Ray and see what are their differences.

nimbo

Run compute jobs on AWS as if you were running them locally. (by nimbo-sh)

Ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads. (by ray-project)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nimbo Ray
5 42
123 31,101
- 1.6%
8.8 10.0
over 2 years ago 6 days ago
Python Python
GNU General Public License v3.0 only 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.

nimbo

Posts with mentions or reviews of nimbo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-03.
  • Show HN: SpotML – Managed ML Training on Cheap AWS/GCP Spot Instances
    6 projects | news.ycombinator.com | 3 Oct 2021
    You should really mention / give attribution / emphasize more that this is a fork of https://spotty.cloud and you took a lot from https://github.com/nimbo-sh/nimbo as well.
  • Show HN: Nimbo – Run jobs (and notebooks) on AWS with a single command
    1 project | news.ycombinator.com | 5 May 2021
    Hey everyone,

    I (Miguel) am an ML PhD from the University of Edinburgh and Juozas is a Software Engineer also from Edinburgh.

    Together we developed Nimbo, a dead-simple CLI that wraps the AWS CLI, allowing you to run code on AWS as if you were running it locally. You can find the source code here (https://github.com/nimbo-sh/nimbo) and the docs here (https://docs.nimbo.sh).

    We decided to build this because we were frustrated with how cumbersome using AWS was, and we just wanted to be able to run jobs on AWS as easily as we run them locally. At the same time, we wanted to make use of the cheap spot instances (on Nimbo, this is a single parameter). All in all, we didn't like the current user experience of working with AWS, and we believed it was possible to vastly improve it.

    For this reason, we also provide many useful commands to make it faster and easier to work with AWS, such as launching notebooks on EC2, easily checking prices, logging onto an instance, or syncing data to/from S3 (you can see some useful commands at https://docs.nimbo.sh/useful-commands).

    Unlike other similar services, we are solely client-side, meaning that the code runs on your EC2 instances and data is stored in your S3 buckets (we don't have a server; all the infrastructure orchestration happens in the Nimbo package). We are also open contribution, meaning that all the source code is publicly available on our GitHub, and we welcome community contribution.

    We have tons of ideas for Nimbo, like adding docker support, and providing instances with preloaded datasets like ImageNet, so that you don't have to download and store it yourself - you simply spin the instance, and the dataset is available at /datasets. We are currently working on adding GCP support, so that you can use AWS or GCP with the same config file.

    We are happy to receive any feedback and suggestions you have.

  • [P] Nimbo: Run jobs on AWS with a single command
    3 projects | /r/MachineLearning | 15 Apr 2021
    My friend and I just launched Nimbo, a dead-simple CLI that wraps AWS CLI, allowing you to run code on AWS as if you were running it locally. GitHub: https://github.com/nimbo-sh/nimbo. Docs: https://docs.nimbo.sh.

Ray

Posts with mentions or reviews of Ray. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.

What are some alternatives?

When comparing nimbo and Ray you can also consider the following projects:

criu-image-streamer - Enables streaming of images to and from CRIU during checkpoint/restore with low overhead

optuna - A hyperparameter optimization framework

dbt-spark - dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks

stable-baselines3 - PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.

nimbo-examples

Faust - Python Stream Processing

gevent - Coroutine-based concurrency library for Python

stable-baselines - A fork of OpenAI Baselines, implementations of reinforcement learning algorithms

SCOOP (Scalable COncurrent Operations in Python) - SCOOP (Scalable COncurrent Operations in Python)

Thespian Actor Library - Python Actor concurrency library

Dask - Parallel computing with task scheduling

django-celery - Old Celery integration project for Django