|
|
|
|
|
by MrDosu
3953 days ago
|
|
Unfortunately I cannot share code. It is actually quite simple. There is a graphical designer that connects to a data warehouse. There someone defines a graph like structure with nodes that contain a collection of data rows and relations to other nodes of data rows. This results in a library that you can interop with in existing software tools of the customer to query that graph model naturally (Stuff like Location('airport')=>Car('sedane')=>RentalHistory). It's basically a glorified ORM mapper with a graphical programming language for the codegen of the objects to produce a kind of data DSL. |
|
You do make it sound simple, so therefore I will make a typical HN comment (god help my karma :) :
If you can abstract it away enough, make it SaaS, sounds like a startup idea!