Do you know how it looks in Palantir's case? I've never actually seen it ..
Ask HN: Is there an open source equivalent to Palantir?
31–40 of 51 posts
Re: Ask HN: Is there an open source equivalent to Palantir?
#32Re: Ask HN: Is there an open source equivalent to Palantir?
#33Re: Ask HN: Is there an open source equivalent to Palantir?
#34Re: Ask HN: Is there an open source equivalent to Palantir?
#35The Investigative Consortium of Journalists used Neo4j to untangle the Panama Papers leak. https://neo4j.com/blog/icij-neo4j-unravel-panama-papers/
Re: Ask HN: Is there an open source equivalent to Palantir?
#36The Investigative Consortium of Journalists used Neo4j to untangle the Panama Papers leak. https://neo4j.com/blog/icij-neo4j-unravel-panama-papers/
The ICIJ used a combination of Apache Tika, Nuix, Tesseract and a bunch of other components when loading data into Neo4j before interrogating it within Linkurious.
It's also worth noting, that Panama data-set is riddled with data quality issues (even if this is understandable given the size of the team compared to the scale of the problem).
Re: Ask HN: Is there an open source equivalent to Palantir?
#37Re: Ask HN: Is there an open source equivalent to Palantir?
#38The easy part is really the interface and information displays, the harder part (and where they make the lions share of their money) is in data connection services and software customization.
Building an Open Source Palantir tool wouldn't be all that difficult, in fact a great many organizations just build some subset of that tools using readily available open source components and with tighter coupling to their business needs. But these efforts are fractured and disorganized and there isn't a great centralized open source tool that really replicates their system.
Should there be? I think the general problem of pulling together lots of information into a common pool, then being able to annotate that data and map it to a semantic model is useful, and it generalizes well. But at the same time, many many sources of data are already available in nice semantically organized ways, with simpler interfaces (think IMDB, Pouet, Wikipedia, etc.) it's not quite clear that their approach offers enough payoff over these easier methods.