Hi Shashank,
Use the code in the following link, it is cypher-jdbc, it will help you to
integrate with Java:
http://docs.neo4j.org/chunked/stable/tutorials-cypher-java.html
You need the following dependency:
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-kernel</artifactId>
<version>${neo4j.version}</version>
</dependency>
About Tomcat and Maven
Tomcat is a Server whereas Maven is a build tool both are different things.
Hope this will help.
If you have any further queries please feel free to ask.
-Sukaant Chaudhary
<http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479>
On Thu, Sep 4, 2014 at 7:22 AM, <[email protected]> wrote:
> Hello,
>
> My name is Shashank. I am currently a Masters student. I am trying to
> explore new technologies and new to Neo4j. I have basic idea on nodes,
> relationships and querying the database. I have developed a small database
> in my laptop. I want to integrate it with Java and implement few algorithms
> on the data (like apriori algorithm) for my data mining project.
>
> Is it a good idea to use Neo4j for data mining. If so, please let me know
> any example that can fetch data from Neo4j server using Java. Also, I was
> wondering whether we can use Tomcat instead of Maven.
>
> Your help is very much appreciated.
>
> Thanks,
> Shashank
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.