NoSQL Databases – Anyone Tried Implementing?

NoSQL Databases – Anyone Tried Implementing?

by Aleksi Postari -
Number of replies: 0

Hi!

Has anyone (successfully) tried adding support for any NoSQL databases that run on a separate process on CodeRunner (like redis, neo4j, MongoDB...)? If so – any tips / best practices?

I've already had luck currently getting the SQL implementation working very well using SQLAlchemy, Sqlite3, and the basic SQL syntax and we even have made more advanced integration here in-house where we integrated ROS (Robot Operating System) into coderunner. Just looking if anyone has had luck with NoSQL implementations, before starting all that hard work... 🙂