This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Investigate how graph databases/graph representations can improve storing the NFAs #5
Labels
question
Further information is requested
The NFA can be represented by a directed graph but do we have any weights or do we need specific graph algorithms?
Visualization can also be done with graph file formats:
https://en.wikipedia.org/wiki/GraphML
Or with the graph database:
https://neo4j.com/developer/guide-data-visualization/
Some links:
Graph database use custom query languages such as https://en.wikipedia.org/wiki/Cypher_Query_Language. These are used for querying and updating the graphs.
Neo4j allows CQL transactions via REST: https://neo4j.com/docs/developer-manual/current/http-api/
The text was updated successfully, but these errors were encountered: