Hello,
I didnt find anything about that, so...
I want to aggregate a value inside the database each Xmin, is it possible to do a job like a crontab directly on database or should I create that cypher on my application?
Tks for the help
Hello there!
My name is Natam and I am applying neo4j for 1 year, as I like to develop using NodeJS I also created an OGM for help me (maybe others too): https://www.npmjs.com/package/neo4j-node-ogm
I hope to get my neo4j certification soon.
I love t...
Hello there!
I've been looking for a way to use neo4j in a NodeJS application that I was doing and I ended up not finding any "lib" that fit my project, with this I started a OGM.
The idea is to bring the use of OGMs closer than we are used to with o...
I will list some features that made me created the lib:
lets thing in users-[:HAS_MANY]-address-[:IN]-country
filter by relations attributes { key: "users_address.active", value: true}
here I can keep history of relations, but my business rule is f...
I tried neode but there was a lot of use cases that not worked for me and the more important was to bring the usage close to an ORM.
I have to say thanks for you, because I read everything on your code and it was very important for me.