cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Load Apache logs into Neo4j?

werner
Node Clone

Is there a easy way of loading apache log data into neo4j ?

2 REPLIES 2

In the past we just split them and then imported them like a CSV file. But I guess for almost any stack there should be an apache log reader library that you can just use to parse the raw data. And then send it in batches as parameters to Neo4j to be inserted.

If you build an example I'd love to see a write up for others to use.

werner
Node Clone

Thanks will let you know if we have something , thanks