8000 GitHub - fs2-blobstore/fs2-blobstore: Minimal, idiomatic, stream-based Scala interface for key/value store implementations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fs2-blobstore/fs2-blobstore

Repository files navigation

fs2-blobstore

CI Release Maven Central codecov Join the chat at https://gitter.im/fs2-blobstore/Lobby

Unified Scala interface based on fs2 for hierarchical and flat object stores. This library lets you integrate fs2 programs with various storage technologies such as S3, GCS, Azure Blob Storage, SFTP and Box. It also offers an interface that abstracts over the underlying storage technology, this lets you write fs2 programs that are agnostic to what storage provider files are hosted on.

Quick Start

libraryDependencies ++= Seq(
  "com.github.fs2-blobstore" %% "core"  % "<version>",
  "com.github.fs2-blobstore" %% "sftp"  % "<version>",
  "com.github.fs2-blobstore" %% "s3"    % "<version>",
  "com.github.fs2-blobstore" %% "gcs"   % "<version>",
  "com.github.fs2-blobstore" %% "azure" % "<version>",
  "com.github.fs2-blobstore" %% "box"   % "<version>",
) 

Head over to the microsite for documentation

About

Minimal, idiomatic, stream-based Scala interface for key/value store implementations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 19

0