Re: [Neo] neo4j with terracotta?

2009-08-18 Thread Peter Neubauer
Ok,
no, we have not looked into that, if not someone else had a try. If
you do, please let us others know your findings!

/peter

GTalk:  neubauer.peter
Skype   peter.neubauer
Phone   +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org- New Energy for Data - The Graph Database.
http://www.ops4j.org- New Energy for OSS Communities -
Open Participation Software.
http://www.linkedprocess.org   - Distributed computing on LinkedData scale



On Mon, Aug 17, 2009 at 2:06 PM, Marc Preddiempred...@gmail.com wrote:
 Hi Peter,
 Initially simply looking to replicate for high availability.

 Regards,
 Marc

 On Sun, Aug 16, 2009 at 2:01 PM, Peter Neubauer 
 neubauer.pe...@gmail.comwrote:

 Mmh,
 have not heard anyone doing that, what kind of scaling are you
 imagining? Replicating a nodespace in a high availability scenario,
 sharding or partitioning?

 /peter

 GTalk:      neubauer.peter
 Skype       peter.neubauer
 Phone       +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter      http://twitter.com/peterneubauer

 http://www.neo4j.org                - New Energy for Data - The Graph
 Database.
 http://www.ops4j.org                - New Energy for OSS Communities -
 Open Participation Software.
 http://www.linkedprocess.org   - Distributed computing on LinkedData scale



 On Fri, Aug 14, 2009 at 7:54 PM, Marc Preddiempred...@gmail.com wrote:
  Hi All,
  I was just wondering if any users of neo4j has had to opportunity to
  integrate it with terracotta?
 
  Regards,
  Marc Preddie
  ___
  Neo mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] neo4j with terracotta?

2009-08-18 Thread Dennis Peterson
Just curious, is there anything else people are doing with Neo4J to meet
high-availability requirements?

On Tue, Aug 18, 2009 at 2:23 AM, Peter Neubauer neubauer.pe...@gmail.comwrote:

 Ok,
 no, we have not looked into that, if not someone else had a try. If
 you do, please let us others know your findings!

 /peter

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org- New Energy for Data - The Graph
 Database.
 http://www.ops4j.org- New Energy for OSS Communities -
 Open Participation Software.
 http://www.linkedprocess.org   - Distributed computing on LinkedData scale



  On Mon, Aug 17, 2009 at 2:06 PM, Marc Preddiempred...@gmail.com wrote:
  Hi Peter,
  Initially simply looking to replicate for high availability.
 
  Regards,
  Marc
 
  On Sun, Aug 16, 2009 at 2:01 PM, Peter Neubauer 
 neubauer.pe...@gmail.comwrote:
 
  Mmh,
  have not heard anyone doing that, what kind of scaling are you
  imagining? Replicating a nodespace in a high availability scenario,
  sharding or partitioning?
 
  /peter
 
  GTalk:  neubauer.peter
  Skype   peter.neubauer
  Phone   +46 704 106975
  LinkedIn   http://www.linkedin.com/in/neubauer
  Twitter  http://twitter.com/peterneubauer
 
  http://www.neo4j.org- New Energy for Data - The Graph
  Database.
  http://www.ops4j.org- New Energy for OSS Communities -
  Open Participation Software.
  http://www.linkedprocess.org   - Distributed computing on LinkedData
 scale
 
 
 
  On Fri, Aug 14, 2009 at 7:54 PM, Marc Preddiempred...@gmail.com
 wrote:
   Hi All,
   I was just wondering if any users of neo4j has had to opportunity to
   integrate it with terracotta?
  
   Regards,
   Marc Preddie
   ___
   Neo mailing list
   User@lists.neo4j.org
   https://lists.neo4j.org/mailman/listinfo/user
  
  ___
  Neo mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user
 
  ___
  Neo mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] neo4j with terracotta?

2009-08-18 Thread Emil Eifrem
On Tue, Aug 18, 2009 at 15:02, Dennis Petersondennisbpeter...@gmail.com wrote:
 Just curious, is there anything else people are doing with Neo4J to meet
 high-availability requirements?

Two architectures seem to have emerged:

   a) Add a REST layer in front of your Neo4j backend. That REST layer
speaks the domain language (i.e. Persons, Cars, Images rather than
Nodes, Relationships, etc) and it pushes mutating messages onto some
form of a queue (something like ActiveMQ/RabbitMQ/Tibco/SQS) which is
propagated to the backing Neo4j instances. Read requests are
dispatched to one of the instances. We have a number of commercial
customers that use this setup.

   b) Use the online backup to create a warm spare. That warm spare
can be used to create infrequently synchronized read-only slaves
(updated maybe hourly or something like that).

Cheers,

-- 
Emil Eifrém, CEO [e...@neotechnology.com]
Neo Technology, www.neotechnology.com
Cell: +46 733 462 271 | US: 206 403 8808
http://twitter.com/emileifrem
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] neo4j with terracotta?

2009-08-17 Thread Marc Preddie
Hi Peter,
Initially simply looking to replicate for high availability.

Regards,
Marc

On Sun, Aug 16, 2009 at 2:01 PM, Peter Neubauer neubauer.pe...@gmail.comwrote:

 Mmh,
 have not heard anyone doing that, what kind of scaling are you
 imagining? Replicating a nodespace in a high availability scenario,
 sharding or partitioning?

 /peter

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 http://www.neo4j.org- New Energy for Data - The Graph
 Database.
 http://www.ops4j.org- New Energy for OSS Communities -
 Open Participation Software.
 http://www.linkedprocess.org   - Distributed computing on LinkedData scale



 On Fri, Aug 14, 2009 at 7:54 PM, Marc Preddiempred...@gmail.com wrote:
  Hi All,
  I was just wondering if any users of neo4j has had to opportunity to
  integrate it with terracotta?
 
  Regards,
  Marc Preddie
  ___
  Neo mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] neo4j with terracotta?

2009-08-16 Thread Peter Neubauer
Mmh,
have not heard anyone doing that, what kind of scaling are you
imagining? Replicating a nodespace in a high availability scenario,
sharding or partitioning?

/peter

GTalk:  neubauer.peter
Skype   peter.neubauer
Phone   +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter  http://twitter.com/peterneubauer

http://www.neo4j.org- New Energy for Data - The Graph Database.
http://www.ops4j.org- New Energy for OSS Communities -
Open Participation Software.
http://www.linkedprocess.org   - Distributed computing on LinkedData scale



On Fri, Aug 14, 2009 at 7:54 PM, Marc Preddiempred...@gmail.com wrote:
 Hi All,
 I was just wondering if any users of neo4j has had to opportunity to
 integrate it with terracotta?

 Regards,
 Marc Preddie
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo] neo4j with terracotta?

2009-08-14 Thread Marc Preddie
Hi All,
I was just wondering if any users of neo4j has had to opportunity to
integrate it with terracotta?

Regards,
Marc Preddie
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user