Coder Social home page Coder Social logo

Comments (4)

anandology avatar anandology commented on May 8, 2024

Noticed that the size of small and medium size covers is less than 100GB. One good way to reduce the load is by sending the large and original image traffic to petabox. If the covers are stored in zip files instead of tar files like we do now, zipview.php can be used to serve individual images.

Also smaller sized items are easier to handle on archive.org. I think we should create one item for each 10K images, with one zip file for each size. In this new approach item olcovers-42 will have:

  • olcovers-42.zip - original covers from 420000.jpg to 429999.jpg
  • olcovers-42-s.zip - small sized covers from 420000-S.jpg to 429999-S.jpg
  • olcovers-42-m.zip - medium sized covers from 420000-M.jpg to 429999-M.jpg
  • olcovers-42-l.zip - large sized covers from 420000-L.jpg to 429999-L.jpg
  • olcovers-42-json.zip - metadata about the covers from 420000.json to 429999.json

from openlibrary.

anandology avatar anandology commented on May 8, 2024

The metadata for each cover contains:

{
    "id": 1,
    "olid": "OL9209023M",
    "author": "/people/anand",
    "source_url": "http://www.example.com/foo.jpg",
    "width": 200,
    "height": 500,
    "timestamp": "2007-12-31T06:47:00.010207" 
 }

from openlibrary.

anandology avatar anandology commented on May 8, 2024

Couldn't get time to work on this in July. Moving to August milestone.

from openlibrary.

anandology avatar anandology commented on May 8, 2024

Looks like we are not going to work on this soon.

Adding "On Hold" label and closing the bug. We'll reopen if we want to work on it.

from openlibrary.

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.