Ask HN: AGPL software for services - licensing questions
I thought that if AGPLed software is used in a system, even as a separate service, then the entire system needed to be released under a compatible license.
How, for example, is a proprietary Rails app that uses a MongoDB service affected, license wise?
If I build a service using Neo4J, is it sufficient to release the code for the service under the AGPL, or do other systems that use this service also need to be released under the AGPL?
I am a huge fan of MongoDB (always keep it running, like PostgreSQL, on my laptop), and I have a few ideas for useful web services that might use Neo4J (instead of, for example, Sesame) - so, I am asking these questions for practical, not academic interest.