GithubHelp home page GithubHelp logo

thinkaurelius / faunus Goto Github PK

View Code? Open in Web Editor NEW
260.0 260.0 58.0 28.79 MB

Graph Analytics Engine

Home Page: http://faunus.thinkaurelius.com

License: Apache License 2.0

Shell 1.48% Groovy 2.02% Java 96.50%

faunus's People

Contributors

dalaro avatar joshsh avatar mbroecheler avatar okram avatar spmallette avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

faunus's Issues

Protect Faunus Ascii Art

Keep faunus from getting banged up by line wrapping on consoles with lower width. The faunus tag line tends to break him up...maybe move it above or below the art.

Improve the memory efficicency of GraphSONRecordReader

As it stands, there are three representations of the same information in memory at every record parse:

  1. the String of the record (up to \n)
  2. the JSONObject representation of the String
  3. the FaunusVertex representation of the JSONObject

If we could go from String -> FaunsVertex, that would be good. However, the best would be InputStreamReader -> FaunusVertex.

Provide max record size controls in faunus.properties

public void initialize(final InputSplit genericSplit, final TaskAttemptContext context) throws IOException {
final FileSplit split = (FileSplit) genericSplit;
final Configuration job = context.getConfiguration();
//this.maxLineLength = job.getInt("mapred.linerecordreader.maxlength", Integer.MAX_VALUE);

For traversals that yield duplicate edges, provide weight?

(author -> paper <- author) -> coauthor

...can lead to multiple coauthor relationships between two people. As such, allow traverse to have a "weight" or "count" argument so that same edges are grouped and property weighted.

traverse(OUT,"author",IN,"author","coauthor",DROP,"weight")

Remove as many "news" as possible in Titan adaptor.

FaunusVertexRelationLoader loader = new FaunusVertexRelationLoader(IDHandler.getKeyID(row.left.duplicate()));

public FaunusVertexRelationLoader(final long id) {
    Preconditions.checkArgument(id > 0);
    vertex = new FaunusVertex(id);
}

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.