Coder Social home page Coder Social logo

Comments (8)

rpanah avatar rpanah commented on May 23, 2024

This can be implemented by creating bzipped tarballs. tarfile can be used here.

from centinel.

ben-jones avatar ben-jones commented on May 23, 2024

@rpanah, @gsathya we may also want to consider doing something to compress results, because the results from running centinel on centinel.noise.gatech.edu over the weekend take up 3 GB (I must have set this to run every minute or something because it generated over 4000 results files)

from centinel.

rpanah avatar rpanah commented on May 23, 2024

@ben-jones I agree. During the summer, I tried to do this by bzipping HTML contents (and bzipping each individual result file) prior to sending. There may be a better way to do it.

from centinel.

ben-jones avatar ben-jones commented on May 23, 2024

@rpanah, I like the idea of doing bzip or tar.gz the contents (both of these are built into python), but we will get the best compression by putting stuff together into the same archive. We even want to consider doing an additional compression/archiving scheme on the server side (on BISmark, we aggregate every hour and compress into a single archive) This also works better for the files system.

from centinel.

ben-jones avatar ben-jones commented on May 23, 2024

@rpanah, would you be willing to implement this?

from centinel.

rpanah avatar rpanah commented on May 23, 2024

@ben-jones sure.

from centinel.

rpanah avatar rpanah commented on May 23, 2024

@ben-jones I'll work on it over the weekend.

from centinel.

rpanah avatar rpanah commented on May 23, 2024

Addressed by #73.

from centinel.

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.