Meet-Up
If you live anywhere near Chicago, come to the Graph Database – Chicago meet-up.
Classes
Embarking on a graph project and want to get your development team up to speed?
I’ll be happy to train you or your team on or off-site.
I can teach half-day and full-day classes as well as multi-day hands-on workshops with your data.
Consulting
I am available for on-site and remote, part-time and full-time consulting to build your project or provide guidance to your team.
What if want to match jobseeker and job not just based on location but also based on experience in skill .
You could add a property to the relationship from user to skill. Let’s call it experience and make it an integer from 1-10. Then for the jobs they would also have a property on their relationship to the skills called experience_required with an integer from 1-10. In the query you would add a WHERE clause that would say user_relationship_to_skill.experience >= job_relationship_to_skill.experience.
How much do you charge an hour for remote consulting?
Usually nothing if it leads to a Neo4j Subscription. See http://neo4j.com/subscriptions/
how much does that cost a year for a startup with no revenue and one employee :)?
Hi,
is there a way to find a node by a property (for example time>now())
not with Chyper (which mean run’s over n nodes).
using addNodeFilter dosen’t give the desired result.
First comment of 2020! Just want to thank you for your very informative website Max. I use Neo4J everyday… Any idea when the GDS Library will be declared “Production Ready”?
GDS 1.0 is out and it is supported by Neo4j fully (as long as you are on 3.5). The 4.0 ready version will be out soon.