Hi David,
There ware just two project I am aware of that connect Smalltalk to Python.
Both are not available for VAST and you would have to do a port. I could help you if you hit barriers there.
https://github.com/kilon/Ephestos
and
OpenQwaq has a module with a Python connector. Some info here:
https://squeakingalong.wordpress.com/2011/05/04/openqwaq-python-integration/
I once implemented a prototype including, Amber, Pharo and MongoDB. That was pretty straight forward implementation.
I think you can have a look into the SmalltalkHub.com sources to
have an example for a Smalltalk MongoDB implementation.
The two Smalltalk to MongoDB interface implementations I can recommend are
and
https://github.com/sebastianconcept/Mapless
Again,... not available for VAST, yet.
Once I moved my prototype to Gemstone, I gain so much speed up that I would not touch such MongoDB based implementation anymore. The JSON transfer between Smalltalk and MongoDB eats up quite a lot of resources.
Nevertheless VAST absolutely needs a solution for easy DB access
or OR mapping framework for rapid prototyping. I doubt a VAST
newcomer will be able to figure out on his own on how to get
started quickly.
As for Riak you could have a look here:
http://smalltalkhub.com/#!/~gokr/Phriak
I hope that gives you some based for further research.
Good luck!
Sebastian
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@googlegroups.com.
To post to this group, send email to va-sma...@googlegroups.com.
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Hi there.I am currently trying to finish an Open University degree that I started back in the '70s. Eventually, I will have to create a project for the final module.The current course is all about Database management and analysis. We are currently looking at NoSQL databases and I would like to try out one of these against some ideas I have for the project. I am wondering if anyone out there has any experience of using VAST against either Riak or MongoDB?