Code Monkey home page Code Monkey logo

Comments (2)

frankmcsherry avatar frankmcsherry commented on July 30, 2024

Hi!

The most obvious thing that stands out is that the ~/Projects/Datasets/ is a directory structure I have on my laptop, and you may not have. It sounds like the program is having a hard time opening the filename provided, and if that file doesn't exist there things will break.

A second issue is that if you are using the github master (vs the version from crates.io) then it will want to use the GraphMap format.

https://github.com/frankmcsherry/differential-dataflow/blob/master/examples/cc.rs#L30

This is a binary layout that can be efficiently memmapped in. To get it in that format I'd swing by the graph_map repository which should be quick to build, and have a binary parse for which you can type

cargo run --release --bin parse -- path/to/WikiVote.txt path/to/binary_output

This should go and process the file and drop it in graph_map format, at which point you can run cc with path/to/binary_output.

Sorry for the confusion. The examples are a bit of a mix of "shows how DD works" and "might run for you with help", but aren't exactly freestanding analyses.

from differential-dataflow.

florianre-zz avatar florianre-zz commented on July 30, 2024

Thank you very much! It works now 💯

from differential-dataflow.

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.