For graphx, you should be able to read and write data from practically any datastore Spark supports - flat files, rdbms, hadoop etc. If you want to save your graph as it is, check something like Neo4j.
http://neo4j.com/developer/apache-spark/ Best Regards, Sonal Founder, Nube Technologies <http://www.nubetech.co> Reifier at Strata Hadoop World <http://strataconf.com/big-data-conference-sg-2015/public/schedule/detail/44606> Reifier at Spark Summit 2015 <https://spark-summit.org/2015/events/real-time-fuzzy-matching-with-spark-and-elastic-search/> <http://in.linkedin.com/in/sonalgoyal> On Sun, Nov 22, 2015 at 2:38 AM, Ilango Ravi <ravi.ila...@gmail.com> wrote: > Hi > > I am trying to figure which Datastore I can use for storing data to be > used with GraphX. Is there a good Graph database out there which I can use > for storing Graph data for efficient data storage/retireval. > > thanks, > ravi >