Virtual Filesystem in Go - Creating the foundation

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go

    The Go programming language

  • afero

    A FileSystem Abstraction System for Go

  • Some prior art and inspiration: https://github.com/spf13/afero

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • go

    The Go programming language with support for bare-matal programing (by embeddedgo)

  • In Embedded Go we have a working VFS for GOOS=noos.

  • fs

    Mountable filesystems (can be mounted using rtos.Mount) (by embeddedgo)

  • For now there are only two implementations: ramfs and termfs.

  • absfs

    A go package that defines an abstract filesystem interface

  • Another prior art inspiration. Designed for composability. https://github.com/absfs/absfs

  • 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