Giter Site home page Giter Site logo

noelware / remi-rs Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 0.0 286 KB

๐Ÿปโ€โ„๏ธ๐Ÿงถ Robust, and simple asynchronous Rust crate to handle storage-related communications with different storage providers.

Home Page: https://docs.rs/remi

License: MIT License

Rust 91.93% Shell 4.09% Nix 3.99%
noelware remi storage storage-api

remi-rs's People

Contributors

auguwu avatar noelbot avatar renovate[bot] avatar spotlightishere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

remi-rs's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
crates/azure/Cargo.toml
  • async-trait 0.1.80
  • azure_core 0.20.0
  • azure_storage 0.20.0
  • azure_storage_blobs 0.20.0
  • bytes 1.6.0
  • futures-util 0.3.30
  • log 0.4.21
  • serde 1.0.199
  • tracing 0.1.40
  • testcontainers 0.15.0
  • tokio 1.37.0
  • tracing-log 0.2.0
  • tracing-subscriber 0.3.18
  • which 6.0.1
crates/fs/Cargo.toml
  • async-std 1.12.0
  • async-trait 0.1.80
  • bytes 1.6.0
  • dirs 5.0.1
  • file-format 0.24.0
  • infer 0.15.0
  • log 0.4.21
  • serde 1.0.199
  • serde_json 1.0.116
  • serde_yaml 0.9.34
  • tokio 1.37.0
  • tracing 0.1.40
  • tokio 1.37.0
  • tracing 0.1.40
  • tracing-subscriber 0.3.18
crates/gridfs/Cargo.toml
  • async-trait 0.1.80
  • bytes 1.6.0
  • futures-util 0.3.30
  • log 0.4.21
  • mongodb 2.8.2
  • serde 1.0.199
  • tokio-util 0.7.10
  • tracing 0.1.40
crates/s3/Cargo.toml
  • async-trait 0.1.80
  • aws-config 1.2.1
  • aws-credential-types 1.2.0
  • aws-sdk-s3 1.24.0
  • aws-smithy-runtime-api 1.4.0
  • bytes 1.6.0
  • log 0.4.21
  • serde 1.0.199
  • tracing 0.1.40
remi/Cargo.toml
  • async-trait 0.1.80
  • bytes 1.6.0
github-actions
.github/workflows/Lint.yaml
  • actions/checkout v4
  • Swatinem/rust-cache v2
  • actions/checkout v4
  • Swatinem/rust-cache v2
  • auguwu/clippy-action 1.3.0
  • actions/checkout v4
  • actions/checkout v4
.github/workflows/Release.yaml
  • actions/checkout v4
  • Swatinem/rust-cache v2

  • Check this box to trigger a request for Renovate to run again on this repository

Fix CI for Azure crate

related to do:

// in CI (GitHub Actions), it will pull the `azurite` image as a Windows container and Microsoft
// doesn't ship Windows containers of the `azurite` image, so we just ignore the test alltogether
//
// TODO(@auguwu): how to fix this? :3

Allow to add metadata to supported services

Allows the use to append metadata to supported services:

  • Amazon S3
  • Azure Blob Storage
  • MongoDB GridFS

related to TODO:

let mut stream = self.0.open_upload_stream(path_str, None);
stream.write_all(&options.data[..]).await?;
stream.close().await
// TODO(@auguwu): add metadata to document that was created and the given content type
// if one was supplied.
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.