hharnisc / python-meteor

A meteor client for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Production timeline

newswim opened this issue · comments

Greetings! This looks like a really cool re-tooling of Meteor. Is there currently a road map / est. time when it will be ready for production?

There are 2 things that are needed for this to be considered production ready

  1. A python version of Minimongo (one that works in local memory and doesn't touch the database) to replace lightweight in memory dictionary implementation
  2. Tests - automated and running on CircleCI or TravisCI

At the moment I don't have enough resources to tackle these 2 items, if someone ends up submitting a working PR with a python Minimongo implementation I'd likely add them as a developer to this project.

As far as the APIs, I've gotten enough feedback to say that these are stable and ready for production use. As long as you can live without a full implementation of Minimongo, id say its safe to start building on top of the current APIs.