I am not, but I will check it out. You make a good point about competing for resources. I guess that idea isn't as good as I thought. I'm currently using EC2 from AWS, I suppose I could store each database on it's separate instance of EC2 after evaluating cost. I feel as if I'm creating a mess. Just a bit confused on the best method.
On Friday, September 12, 2014 2:50:04 AM UTC-5, Lasse Westh-Nielsen wrote: > > Sarah, > > Are you building http://www.graphenedb.com/ ? :) > > It is perfectly possible to manage several neo4j servers on one machine. > You would need to configure them to avoid port clashes (more so if you do > clustering) and of course give them separate stores. > > Eventually your database processes will start competing for resources on > the machine of course, when you get enough databases, store size or load: > how are you planning to solve that? > > - Lasse > > > > > On Fri, Sep 12, 2014 at 7:58 AM, Sarah West <[email protected] > <javascript:>> wrote: > >> Hi, >> >> What do you think about having multiple Neo4j installations with a >> different port configurations in conf/neo4j.properties and >> conf/neo4j-server.properties. >> I'm using EC2 and I would like many database on one server. So when a >> client signs up, it Neo4j will automatically create a separate graph. >> That's my ultimate goal. If you do not understand (I apologize if >> my explanation is of poor quality) I can draw a diagram. >> >> >> >> >> >> >> On Tuesday, September 9, 2014 2:59:25 PM UTC-5, Michael Hunger wrote: >>> >>> Hi Sarah, >>> >>> it means if you have a graph and stay within the graph boundaries with >>> your operations / queries then having no connections between two graphs >>> makes them disconnected, so e.g. serving 2 customers. >>> >>> On Tue, Sep 9, 2014 at 2:27 PM, Sarah West <[email protected]> wrote: >>> >>>> Thank you Michael. Could you please explain "you can create disconneted >>>> db's within one server that serve different customers.", sorry I do not >>>> understand. >>>> >>>> On Tuesday, September 9, 2014 1:13:28 AM UTC-5, Michael Hunger wrote: >>>>> >>>>> Hi Sarah, >>>>> >>>>> Neo4j does not yet support multi-tenancy. You can start different >>>>> servers serving different db's or you can create disconneted db's within >>>>> one server that serve different customers. >>>>> As long as you find your starting-points within a single graph and >>>>> only traverse out from these, you are safe to use a single server. >>>>> >>>>> HTH >>>>> >>>>> Michael >>>>> >>>>> On Mon, Sep 8, 2014 at 9:22 PM, Sarah West <[email protected]> wrote: >>>>> >>>>>> How do you create multiple databases on one server using neo4j? I >>>>>> have multiple clients, and I want to separate all client information >>>>>> into >>>>>> different database to avoid data leaks. >>>>>> >>>>>> Every time I add a new client, I would like it to automatically >>>>>> create a new database on my server separate from the rest. I've been >>>>>> trying >>>>>> to figure out the best way to go about this. >>>>>> >>>>>> >>>>>> Thank you. >>>>>> >>>>>> >>>>>> -- >>>>>> 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. >>>> >>> >>> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > *Join us at GraphConnect 2014 SF! graphconnect.com > <http://graphconnect.com/>* > *As a friend of Neo4j, use discount code *KOMPIS > <https://graphconnect2014sf.eventbrite.com/?discount=KOMPIS>* for $100 off > registration* > -- 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.
