Introducing shrimp and s3sha256sum

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • shrimp

    Simple program that reliably uploads large files to Amazon S3. :shrimp: (by stefansundin)

  • The first program, shrimp, is an interactive multipart uploader that is built specifically for uploading files over a slow internet connection. It doesn't matter if the upload will take days or weeks, or if you have to stop the upload and restart it from another location, shrimp will always be able to resume where it left off. Unlike the aws cli, shrimp will never abort the multipart upload (please set up a lifecycle policy to clean up abandoned multipart uploads, as described here).

  • s3sha256sum

    Calculate SHA256 checksums of objects on Amazon S3.

  • The program is called s3sha256sum, and the name should be familiar to many of you. As the name implies, it calculates SHA256 checksums of objects on Amazon S3. It uses a normal GetObject request and streams the object contents to the SHA256 hashing function. This way there is no need to download the entire object to your hard drive. You can verify very large objects without worrying about running out of local storage.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Comparing shrimp to the AWS CLI

    1 project | dev.to | 22 Apr 2023
  • Introducing s3verify: verify that a local file is identical to an S3 object without having to download the object data

    3 projects | dev.to | 21 Aug 2022
  • Stable versions of shrimp and s3sha256sum

    2 projects | dev.to | 20 Aug 2022
  • Updating your programs for S3 Express One Zone

    4 projects | dev.to | 31 Jan 2024
  • Go's Error Handling Is Perfect

    2 projects | news.ycombinator.com | 5 Apr 2024