Open ariutta opened 9 years ago
Cool, by reasoning on the example at #3 I would say that the perfect fit for these kinds of tasks can be Twisted framework, a very good event-loop library (Tornado server is based on that) to work asynchronously. Python 3.4+ has also a built-in library called asynchronous
. Again this will need a VM to work.
If we want fast prototyping and then make eventually a porting, we can surely go with Python App Engine + RDFlib. A friend of mine is the developer of rdflib-appengine, I can ask him if he wants to join us.
Can run on GAE also GoLang, it would be super-cool to use Cayley, but I don't know the language well enough yet (: (i'm just a starter with GoLang)
Very starting mocks: http://mild-ql.appspot.com/ Preparing better ones.
In the gitter chat, we were talking about which Python framework to use. You suggested:
That sounds great to me.