Streaming Data from Cloud Storage with Mountpoint for Amazon S3

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. mountpoint-s3

    A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.

    In this post, we will describe our first impressions of Mountpoint for Amazon S3 - a new open-source solution for interfacing with cloud storage - and assess its performance on two use cases that are of particular interest to us: streaming sequential blocks of a relatively large data files (as detailed here) and consuming a large number of relatively small data files (as detailed here). For the sake of brevity, we will refer to Mountpoint for Amazon S3 simply as Mountpoint.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. fuser

    Filesystem in Userspace (FUSE) for Rust

    Mountpoint is a new FUSE based solution written in the Rust programming language and based on a Rust version of the Linux FUSE library. See here for an explanation of the choice of Rust. Other popular tools in the FUSE-based family of solutions are goofysand s3fs.

  4. rust

    Empowering everyone to build reliable and efficient software.

    Mountpoint is a new FUSE based solution written in the Rust programming language and based on a Rust version of the Linux FUSE library. See here for an explanation of the choice of Rust. Other popular tools in the FUSE-based family of solutions are goofysand s3fs.

  5. libfuse

    The reference implementation of the Linux FUSE (Filesystem in Userspace) interface

    Mountpoint is a new FUSE based solution written in the Rust programming language and based on a Rust version of the Linux FUSE library. See here for an explanation of the choice of Rust. Other popular tools in the FUSE-based family of solutions are goofysand s3fs.

  6. goofys

    a high-performance, POSIX-ish Amazon S3 file system written in Go

    # install goofys\ sudo curl -Lo \\ /usr/local/bin/goofys \\ https://github.com/kahing/goofys/releases/latest/download/goofys\ sudo chmod +x /usr/local/bin/goofys # install mount-s3\ wget \\ https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.deb\ sudo dpkg -i mount-s3.deb\ sudo apt-get install -f -y

  7. s3fs-fuse

    FUSE-based file system backed by Amazon S3

    Mountpoint is a new FUSE based solution written in the Rust programming language and based on a Rust version of the Linux FUSE library. See here for an explanation of the choice of Rust. Other popular tools in the FUSE-based family of solutions are goofysand s3fs.

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

  • ReductStore v1.10.0: downsampling and optimization

    1 project | dev.to | 13 Jun 2024
  • Is Posix Outdated?

    3 projects | news.ycombinator.com | 19 Oct 2023
  • R2 slow PUT file transfer

    1 project | /r/CloudFlare | 18 Jul 2023
  • Podman and S3 Storage Driver (Audiobookshelf)

    1 project | /r/selfhosted | 3 Jul 2023
  • Uploading hundreds to thousands of files to S3

    1 project | /r/aws | 10 May 2023

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