Hi there,
Turns out I've got 2x community accounts, both "elena" and "elena1" are me.
It makes perfect sense in that I use many different email addresses.
elena
Elena
I'm a long time python user and elected member ...
My question surrounds if there is some kind of optimised hashing on indexes/UUIDs specifically that might mean that other "query narrowing" might be unnecessary.
My nodes use UUID as PK.
My question is: In the case of indexed PK (in this case UUID) i...
Small community here, but probably active enough to consolidate the folk interested in Neo4J in to one group.
We're holding GGDC event here: https://www.meetup.com/Canberra-Python-Meetup-Group/events/268518896/
Hi there!
(cc: @neo4j_devrel )
I've got a room organised at the university and have got permission from my fellow python user group organisers to allow me to hijack the user group for this event.
I'm just wondering what the next steps might be to org...
It was discussed last night about adding https://www.meetup.com/GraphDB-Sydney/ as a location.
There is also potentially a small group in Canberra, Australia. We will hopefully be confident to create this as a location soon.
Cheers!
CC @brandon.richa...
Hi Will,
Just to follow up: Thank you so much! We had a great IRL event last week and managed to share the t-shirts with many members of our community.
Best regards,
Elena Williams
Also in Australia and was going to comment about it being winter!
Particularly in this part of Australia (Canberra) -- will be getting in to the hills to see snow on the weekend
Heya,
I don't know if it would be a good idea to use Neo4j to replace django.contrib.auth just yet as there's substantial security work behind auth that you probably don't want to make a mistake trying to reimplement.
You could still subclass django....
Hi @vmaskara,
Welcome to the community!
This is definitely resolved in py2neo 5.0b1. I believe that there's been a syntax change between versions.
$ pip intall py2neo==5.0b1
(for people of the future find the latest version here: https://github.com...
Thank you!
Of course label is necessary for index.
I'd originally written this scenario:
MATCH (n:LabelFew {uuid: 'my-uuid'}) RETURN n
I'll stick with this, unless I encounter performance problems.