So, I've tinkered with Neo4j over the years. I've gone through Graph Academy and several other courses. It has been a while since I played around. I did a proof of concept for my boss. He likes it and has given me the time to build it out. Some things have changed since I first started with Neo4j (AuraDB, Bloom, etc.). Can you recommend the best steps/service to use/resource for me to implement to build out this project?
Project
- Node: Employees
- Node: Specialty
- Node: Language
- Relationship: specializes_in
- Relationship: speaks
I want to add a special search area on our website where end-users/clients can easily find for example: All employees who specialize in training and speak french (example only)
Since I want to add this to our website should I learn AuraDB? Or Bloom? Or something else?
My tables are very small - about 100 for employees, and 150 for specialties. I don't have the relationships figured out yet.
Thanks in advance!
John