Giter Club home page Giter Club logo

Comments (6)

coderdj avatar coderdj commented on August 18, 2024

Build notes for avro:

Setting up boost:

  1. Get the source. I got version 1.57 (newest) here: http://sourceforge.net/projects/boost/files/boost/1.57.0

  2. Untar the package (tar -zxvf). You can access docs by opening index.html in the extracted dir.

  3. Follow the instructions in the docs. Otherwise these commands should work:

      ./bootstrap.sh --prefix=/usr/local
      sudo ./b2 install
    
    1. Get a coffee. Or lunch. It takes a while.

Install avro

Next you can install avro. Get it at the links above. Pro tip: if you mess something up and you want to change cmake options you have to delete the cmake cache. Or just delete the avro folder and untar it again.

1. Use the following commands to install avro

           ./build.sh test
           ./build.sh install

 2. That should be it. Avro is not installed in /usr/local

Keep in mind that /usr/local/include and /usr/local/lib should be in your path and library path.

from kodiaq.

tunnell avatar tunnell commented on August 18, 2024

I would wait a little on this...

from kodiaq.

coderdj avatar coderdj commented on August 18, 2024

Why? Are we considering other formats for 1T data? If so what?

from kodiaq.

tunnell avatar tunnell commented on August 18, 2024

Avro seems good, but I mainly want to see what the outcome of the CM is. On the 20th of this month, we'll hear about a grant for an engineer that would be related to data formats. Maybe they come up with something smarter (and can help also the kodiaq implementation if you want)? Basho was telling me that this Avro stuff wasn't too straightforward in C++.

Let's discuss in person, but what if we just did BSON? That way there is no extra dependency for example. I sort of wanted to see how our DAQ test goes and if the file builder (e.g. avro) is a bottleneck. Afterwards, we can know how we finalize it.

from kodiaq.

tunnell avatar tunnell commented on August 18, 2024

We can freeze Avro and it's still much better than XED. However, we can also do better if you find the external dependency to be a burden.

from kodiaq.

coderdj avatar coderdj commented on August 18, 2024

Won't fix. Using BSON output for 1T.

from kodiaq.

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.