Rate my startup: hosted continuous integration for Python
I'd like to get some early feedback about my new startup, ShiningPanda: Hosted Continuous Integration for Python.
http://www.shiningpanda.com
The goal is to provide a dead simple web service so that you can build, test and deploy your various Python projects, without having to care about setting up servers, databases, build tools, reporting, etc. This includes of course web projects based on django, web.py, werkzeug, etc., but also the associated functional tests based on Selenium.
We are planning to enter into private beta soon, so if you would like to participate, please let us know. If you feel like telling us about what your dream integration service would be like, let us know too, we really want to hear about what our (future) users want!
Thanks in advance! Alexis
31 comments
[ 3.3 ms ] story [ 123 ms ] threadSomething like "it's the [Heroku|or whatever] for Python" would be much easier to understand how to utilize your offering.
Or, is there really no other comparable service?
Linked: http://www.shiningpanda.com
A comparable could be Bamboo, which is for Java. So you could say we are the Bamboo of Python. http://www.atlassian.com/software/bamboo/
Bamboo itself is not hosted, but I think it is included as a hosted product through JIRA Studio.
Well, I'm interested.
I'm building a SaaS application for customers in the health care industry. It's a Django project with about a dozen apps. Each app has its own test suite.
I would be interested in the following :
- ability to get some shiny output visualization,
- running some web hooks when a test suite is going nuts,
- ability to customize the environnement for each app (which libs...),
- ability to build swig modules and to link them against binary libs (32bits) before running some tests
I signed up and am hoping to hear more, shoot me an email, I'd love to be in the loop and give more feedback as you roll out.
I understand your point, but i think that people need to start building prototypes, minimum viable products, and then (if they are lucky enough) will have all the fun to scale their startup.
Talking about fundings at this stage is a bit premature, in my opinion.
You know, Google Docs + some sort of web-based VIM + CodePad.org would be the bees knees.
We are really focused on the testing part of software development. How you write the code is up to you, or to another startup...
http://blog.runcoderun.com/post/463439385/saying-goodbye-to-...
I think you'll definitely need to start talking about the sort of things you get with Hudson plugins: particularly reporting, static code analysis etc. above and beyond simply building and running tests.
I'm a big believer in CI. I work with Hudson every once in a while, and the devs on that project are very good indeed. It's definitely an enterprise hammer which doesn't necessarily make it too easy to crack small nuts (hudson.rb alleviates much as you don't need a Java web server, but you still need some private server somewhere), and more people running CI can only be a net benefit.
A hosted service would be a good first step in this direction.