Tuesday, March 27, 2018

Scheduling Meetings With Neo4j

DZone Database Zone
Scheduling Meetings With Neo4j
Scheduling Meetings With Neo4j

One of the symptoms of any fast-growing company is the lack of available meeting rooms. The average office worker gets immense satisfaction to their otherwise mundane workday when they get to kick someone else out of the meeting room they booked. Of course, that joy can be cut short (along with their career) once realizing some unnoticed VIP was unceremoniously kicked out. It's not a super exciting use case, but today, I'm going to show you how to use Neo4j to perform some scheduling gymnastics.

Let's start with what the data model looks like:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...