Tagged Questions
0
votes
2answers
277 views
Graph Database with “non-graph” data
--- Update ---
Thanks for the comments and the help so far. And I apologize for not specifying the question further. I have updated the question below.
--- Update ---
Currently I am asked to develop ...
3
votes
1answer
49 views
Selecting Without Repititions
I have table with observations of objects moving along edges in a graph, this table has the following form:
PK | TIMESTAMP | object_id | from_id | to_id
where object_id is the id of some object and ...
3
votes
4answers
3k views
Visualization of MySQL/PostgreSQL table structure as a graph/UML
Is there any program, source code or API that will take a MySQL or PostgreSQL schema and
spit out a UML or some other graph visualizing of it?