bitwalker / libgraph

A graph data structure library for Elixir projects
MIT License
524 stars 75 forks source link

Feature: Deserializers #15

Open nlevnaut opened 6 years ago

nlevnaut commented 6 years ago

It might be neat to have a deserializer behavior for converting from edgelists or DOT files or JSON. Is this something you've considered?

bitwalker commented 6 years ago

I'm definitely open to that! I probably won't have time for awhile, but PRs are absolutely welcome!

RichMorin commented 11 months ago

I'd like to second this request and add the possibility of exchanging graphs with ArangoDB, Mermaid, Neo4j, etc. Perhaps some sort of plugin architecture should be considered...