tusd VS Redis

Compare tusd vs Redis and see what are their differences.

tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads (by tus)

Redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. (by redis)
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
tusd Redis
15 321
2,885 65,060
2.0% 1.3%
9.1 9.7
8 days ago 1 day ago
Go C
MIT License GNU General Public License v3.0 or later
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.

tusd

Posts with mentions or reviews of tusd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-22.
  • Ask HN: Best modern file transfer/synchronization protocol?
    5 projects | news.ycombinator.com | 22 Dec 2023
    If it’s one way (that wasn’t quite clear from the requirements to me).

    take a look at https://tus.io/

  • Azure App Service web application - scaled out - how to collect Prometheus metrics?
    1 project | /r/PrometheusMonitoring | 17 Sep 2023
    We have an application tus - resumable file uploads we are deploying to Azure as an Azure App Service; a custom linux container. TusD exposes an endpoint /metrics that Prometheus is meant to scrape. Our App Service plan is set to rules-based scaling between 2 and 30 instances depending on load and traffic. The Azure Firewall is configured to not allow inbound connections to anything except via the load balancer (API management?).
  • Tus: Open protocol for resumable File Uploads
    1 project | news.ycombinator.com | 2 Jun 2023
  • Introduction to HTTP Multipart
    4 projects | news.ycombinator.com | 25 Apr 2023
    HTTP/1 requests (uploads in this case) are also separate to some degree (though there are fairly stringent limits on connections per domain iirc which HTTP/2 resolves via the mentioned streams/multiplexing of connections).

    The problem they have specifically would be that in a single request (form post for example) those uploads will be linear.

    Solution really boils down to paralellizing the upload, using protocols/standards like https://tus.io/ or S3-compatible APIs to push the data up then syncronize with a record/document on the server.

  • Supabase Storage v3: Resumable Uploads with support for 50GB files
    4 projects | news.ycombinator.com | 12 Apr 2023
    hey hn, supabase ceo here

    This release introduces a few new features to Supabase Storage: Resumable Uploads , Quality Filters, Next.js support, and WebP support.

    As a reminder, Supabase Storage is for file storage, not to be confused with Postgres Storage. Resumable Uploads is the biggest update because it means that you can build more resilient apps: your users can continue uploading a file if their internet drops or if they accidentally close a browser tab

    This implementation uses TUS[0], which is an open source protocol. We opted for this over s3's protocol to support the open source ecosystem. This means you can use several existing libraries and frameworks (like Uppy.js[1]) for multi-part uploads.

    It also has some neat technical details, using Postgres Advisory Locks to solve concurrency issues.

    The Storage team will be in the comments to cover any technical questions.

    [0] TUS: https://tus.io/

    [1] Uppy: https://uppy.io/docs/tus/

  • Uploading files to ASP.NET rest API
    3 projects | /r/csharp | 29 Mar 2023
    If you're going to upload semi large files (100 MB) and want resumability for that upload (i.e. it can resume if the connection breaks down) I would recommend using https://tus.io and tusdotnet . It's an open protocol, clients exist for a large range of languages and tusdotnet supports customizing the storage to send files directly to Azure blob storage using Xtensible.TusDotNet.Azure
  • A new open-source file uploader with progress display
    1 project | news.ycombinator.com | 26 Feb 2023
    I'm a huge fan of https://tus.io/ because of the multiple backends and frontends
  • How to upload large files (1GB+) through a RestAPI
    1 project | /r/rust | 6 Feb 2023
    I usually use https://tus.io/ as the base protocol. Not too difficult to implement.
  • Images lost during server upload
    1 project | /r/PHPhelp | 5 Nov 2022
    Have a look at https://tus.io the resumable file upload protocol.
  • Possible risks of uploading large videos through Blazor Server
    1 project | /r/Blazor | 14 Oct 2022
    We use https://tus.io/ to upload large files, but it's pure JS + ASP.NET, not through Blazor. You can easily do this in Blazor Server app, but it will have JS.

Redis

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

What are some alternatives?

When comparing tusd and Redis you can also consider the following projects:

tusdotnet - .NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io

Redis - 🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

tus-node-server - Node.js tus server, standalone or integrable in any framework, with disk, S3, and GGC stores.

LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

Xtensible.TusDotNet.Azure

RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins

OkHttp - Square’s meticulous HTTP client for the JVM, Android, and GraalVM.

Polly - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

Uppy - The next open source file uploader for web browsers :dog:

celery - Distributed Task Queue (development branch)

tus-php - 🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0

Riak - Riak is a decentralized datastore from Basho Technologies.