Re: Data model design questio: graph in database

2024-02-26 Thread Sébastien Hinderer
Dear mike, Mike Dewhirst (2024/02/27 17:10 +1100): > On 26/02/2024 8:00 pm, Sébastien Hinderer wrote: > > I will thus need to find a way to disable in the admin interface the > > possibility to work directly on the Vertex and Edge classes, but I > > expect the documentation will tell me how to ach

Re: Data model design questio: graph in database

2024-02-26 Thread Mike Dewhirst
On 26/02/2024 8:00 pm, Sébastien Hinderer wrote: I will thus need to find a way to disable in the admin interface the possibility to work directly on the Vertex and Edge classes, but I expect the documentation will tell me how to achieve this. In fact you need to enable the classes you want -

Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-26 Thread Starnford Chirwa
Im interested please add me. On Sun, Feb 18, 2024 at 6:48 PM SURAJ TIWARI wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a meaningful pro

Re: Data model design questio: graph in database

2024-02-26 Thread Sébastien Hinderer
Hi again, Jason (2024/02/25 17:28 -0800): > Question about this, why focus on using a rdbms for this functionality vs > using an actual graph db like neo4j with neomodel > ? I'm actually a bit nervous about giving up completely the relational mo

Re: Data model design questio: graph in database

2024-02-26 Thread Sébastien Hinderer
Many thanks Mike for your answer below! I will simply experiment, trying to put aside my preconceptions. :) One thing I did realise in the process: it should not be possible to add elemnts from the base classes from the admin interface because only those elemnets from the child classes do make se

Re: Data model design questio: graph in database

2024-02-26 Thread Sébastien Hinderer
Dear Jason, Many thanks! Jason (2024/02/25 17:28 -0800): > Question about this, why focus on using a rdbms for this functionality vs > using an actual graph db like neo4j with neomodel > ? Oh simply because I was absolutely not aware of the exi