Re: [web2py] Re: Using a graph database with web2py

2015-01-23 Thread Dave S
On Friday, January 23, 2015 at 12:45:05 AM UTC-8, Michele Comitini wrote: don't waste time with java graphlibs, python has much better things. http://rdflib.readthedocs.org/en/latest/ For those of us just starting to climb the learning curve for this, I'd add the link

Re: [web2py] Re: Using a graph database with web2py

2015-01-23 Thread Y
What's REST? I guess there is the possibility for using python: http://nicolewhite.github.io/neo4j-flask/ But if I had checked the right-hand column, it mentions a REST web api. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

Re: [web2py] Re: Using a graph database with web2py

2015-01-23 Thread Michele Comitini
don't waste time with java graphlibs, python has much better things. http://rdflib.readthedocs.org/en/latest/ 2015-01-23 2:38 GMT+01:00 Ovidio Marinho ovidio...@gmail.com: Look this: http://www.highcharts.com/ Ovidio Marinho Falcao Neto ITJP.NET.BR

Re: [web2py] Re: Using a graph database with web2py

2015-01-22 Thread Y
Neo4j is a known one: https://en.wikipedia.org/wiki/Graph_database -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you

Re: [web2py] Re: Using a graph database with web2py

2015-01-22 Thread Dave S
On Thursday, January 22, 2015 at 3:24:05 PM UTC-8, Dave S wrote: On Wednesday, January 21, 2015 at 10:43:32 PM UTC-8, Y wrote: Neo4j is a known one: https://en.wikipedia.org/wiki/Graph_database I left that off my list because the wparticle only lists Java. But if I had checked

Re: [web2py] Re: Using a graph database with web2py

2015-01-22 Thread Dave S
On Wednesday, January 21, 2015 at 10:43:32 PM UTC-8, Y wrote: Neo4j is a known one: https://en.wikipedia.org/wiki/Graph_database I left that off my list because the wparticle only lists Java. Following the links to end up at the Neo4j site, I haven't yet gotten to where they list

Re: [web2py] Re: Using a graph database with web2py

2015-01-22 Thread Ovidio Marinho
Look this: http://www.highcharts.com/ Ovidio Marinho Falcao Neto ITJP.NET.BR ovidio...@gmail.com itjp.net...@gmail.com Brasil 2015-01-22 20:26 GMT-03:00 Dave S snidely@gmail.com: On Thursday, January 22,

[web2py] Re: Using a graph database with web2py

2015-01-21 Thread Dave S
On Wednesday, January 21, 2015 at 12:56:18 AM UTC-8, Y wrote: Hello Has anybody ever used a graph database with web2py. Is this possible? If you're wanting to pie graphs and line charts, there's this slice: URL:http://www.web2pyslices.com/slice/show/1954/web2py-graph-with-rgraph If

Re: [web2py] Re: Using a graph database with web2py

2015-01-21 Thread Michele Comitini
if you intend a triple store, yes. There is nothing stopping you from using a triple store in web2py if it supports python. 2015-01-22 1:22 GMT+01:00 Dave S snidely@gmail.com: On Wednesday, January 21, 2015 at 12:56:18 AM UTC-8, Y wrote: Hello Has anybody ever used a graph database

Re: [web2py] Re: Using a graph database with web2py

2015-01-21 Thread Dave S
On Wednesday, January 21, 2015 at 5:34:56 PM UTC-8, Michele Comitini wrote: if you intend a triple store, yes. There is nothing stopping you from using a triple store in web2py if it supports python. Oooh, obviously I didn't parse the subject properly. Jumping onto WP to begin my