Code Monkey home page Code Monkey logo

remi's People

Contributors

auguwu avatar noelbot avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

remi's Issues

Retry spam on every executive request to GetObject

This is related to a problem while developing hazel:

I feel like calling GetObject to get the original input stream every time the object is iterated on ListObjectResponse.contents():

            for (content in res.contents()) {
                // TODO: is this slow for >50mb objects?
                // TODO: find another way to get the input stream (for Tika)
                val obj = try {
                    client.getObject({
                        it.bucket(config.bucket)
                        it.key(content.key())
                    }, ResponseTransformer.toInputStream())
                } catch (e: Exception) {
                    null
                } ?: continue

While testing this for the library, I couldn't find an way to get the input stream from S3Object once it was iterated, so what should the library be doing for listAll(): List<org.noelware.remi.core.Object>?

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

github-actions
.github/workflows/Linting.yaml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • gradle/wrapper-validation-action v1
  • gradle/gradle-build-action v2
  • gradle/gradle-build-action v2
  • gradle/gradle-build-action v2
.github/workflows/ReleaseNightly.yaml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2
.github/workflows/ReleaseStable.yaml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2
gradle
buildSrc/src/main/kotlin/org/noelware/remi/gradle/Extensions.kt
buildSrc/src/main/kotlin/org/noelware/remi/gradle/Metadata.kt
gradle.properties
settings.gradle.kts
  • org.gradle.toolchains.foojay-resolver-convention 0.6.0
  • com.gradle.enterprise 3.14.1
build.gradle.kts
bom/build.gradle.kts
buildSrc/settings.gradle.kts
  • org.gradle.toolchains:foojay-resolver 0.6.0
buildSrc/build.gradle.kts
  • com.diffplug.spotless 6.20.0
  • com.diffplug.spotless:spotless-plugin-gradle 6.20.0
  • dev.floofy.commons:gradle 2.5.1
buildSrc/src/main/kotlin/remi-module.gradle.kts
  • org.jetbrains:annotations 24.0.1
  • org.slf4j:slf4j-api 2.0.7
  • org.junit.jupiter:junit-jupiter-api 5.10.0
  • org.junit.jupiter:junit-jupiter-engine 5.10.0
  • org.testcontainers:testcontainers 1.18.3
  • org.testcontainers:junit-jupiter 1.18.3
  • org.slf4j:slf4j-simple 2.0.7
core/build.gradle.kts
  • org.apache.tika:tika-core 2.8.0
support/azure/build.gradle.kts
  • com.azure:azure-storage-blob 12.21.1
support/fs/build.gradle.kts
support/gcs/build.gradle.kts
  • com.google.cloud:google-cloud-storage 2.26.0
support/s3/build.gradle.kts
  • software.amazon.awssdk:s3 2.20.122
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.2.1

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

Cached-based storage trailer

This will allow people to have a "basic cache" mechanism for storage since it can consume a lot of I/O, so having a cache for objects will be faster. :)

It should use Caffeine as the cache provider (which it can be customized). This will be under the new :cache-trailer package.

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.