Results 1 to 2 of 2

Thread: Embedded Neo4j

  1. #1
    Join Date
    Aug 2005
    Posts
    13

    Lightbulb Embedded Neo4j

    Hi everyone,

    I'm wondering if its possible to use Spring Data Graph as an embedded data store in a Desktop application ?



    Thanks all,
    Mohammad

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Of course that is no problem. Just write your normal Swing, Griffon, Eclipse RCP Application, use domain model entities that are based on Spring Data Graph and you're done. That would run on an embedded Neo4j Graph Database that resides on the users disk. (You only have to specify a suitable location, i.e. something under ${user.home}.

    Cheers

    Michael

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •