Giter Club home page Giter Club logo

Comments (7)

Geolim4 avatar Geolim4 commented on July 28, 2024 1

Ohh okay, Phpfastcache is already supporting Firebase ATM, but S3 is some serious and complex architecture that I'm not a specialist at all. The level of abstraction required for Phpfastcache is high and to be honest at this moment I have no time to work on a new connector, especially a complex one like S3 :(

But if you want to implement it by yourself for your needs, Phpfastcache is extensible:
https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV5%CB%96%5D-Extending-phpFastCache

from phpfastcache.

Geolim4 avatar Geolim4 commented on July 28, 2024 1

Also:
https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV7%CB%96%5D-Override-a-core-driver-%7C-Setup-a-custom-driver

from phpfastcache.

dusta avatar dusta commented on July 28, 2024 1

Thank you. I'll try to work on it.

from phpfastcache.

github-actions avatar github-actions commented on July 28, 2024

Hello curious contributor !
Since it seems to be your first contribution, make sure that you've been:

  • Reading and searching out our WIKI
  • Reading and agreed with our Code Of Conduct
  • Reading and understood our Coding Guideline
  • Reading our README
    If everything looks unclear to you, tell us what πŸ˜„
    The Phpfastcache Team

from phpfastcache.

Geolim4 avatar Geolim4 commented on July 28, 2024

Hello @dusta !

This is very interesting and I'll look into it for the next major (v10) or maybe minor release (v9.2).

Do you know if there any existing PHP SDK/Connector for Cloudflare Reserve Cache ?

Also I think will need to ask a "free" account to Cloudflare to make the initial development.

Thank for the suggestion !

from phpfastcache.

dusta avatar dusta commented on July 28, 2024

@Geolim4 It's compatible with S3. Other problem is that you need to folow what files you have on server. To not spam Object Storage you need to use database to have information what files you alredy have and when should be updated.

Time ago I have wrote similar code for files S3 you can check here.
https://github.com/dframe/fileStorage

I could even update the code to be compatibility as driver with phpfastcache but you would have to tell me if there is anything to get the tmp file cache

 /**
  * @param      $adapter
  * @param      $tmpName
  * @param      $filePath
  * @param bool $forcedUpdate
  *
  * @return array
  */
$Storage->put('s3', $tmpName, $filePath);

from phpfastcache.

Geolim4 avatar Geolim4 commented on July 28, 2024

Hello, I'm closing this PR for now, If you need support again, ask to reopen it.

Cheers

from phpfastcache.

Related Issues (20)

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.