Inspiration

So many websites for finding properties for rental or buying. But they all are Relational based and solutions are based on relational . But I Genuinely thought it is graph model problem and has to be seen as a Graph based problem and has to be solved in a way technically that society gets what they dreamt of and also improve usage of public transport if we help families to find properties suitably.

What it does

Family is a collection of members but not necessarily they go to same destination every day. Kids go school or college , Mom goes to work, Dad goes to work different places. In real word, property finders only relational solutions are used. While you can specify multiple locations, It still treats as n different locations and picks results that belong to one in entered list... Here in new solution, we request a family to enter various destinations they need to visit on daily basis on priority kids first, Mom Second, Father goes last and far... and after retrieving the info, we optimally find the location and properties to the location.. This location may not be even in the original list entered!!!! but is well connected to original list by public transport.... so family travelling time and distance more optimal than they going through the pain of entering number of locations and get results that are scattered, too many but still not optimal.

How we built it

Location and GoesTo are vertex and edges that are needed. It need not be directed graph after getting the preferred vertexes, the aim is to get vertex that are connected to postal codes entered and arrive at intersection of such postal codes to provide them locations that are optimally connected various destinations.

Challenges we ran into

It is only POC .. So aim was to understand graph modelling and using Tigergraph.

Accomplishments that we're proud of

Optimal solution to a real world problem using Graphs rather than relational.

What we learned

Where Graphs can outsmart other models. And various cost optimization techniques in Graph modelling and querying.

What's next for Encourage Public Transport Via Graph based Property Search

Built With

  • none.
Share this project:

Updates