|
|
|
|
|
by Too
2618 days ago
|
|
The API situation is interesting because they allow using MongoDB inside your application as a backend [1]. So what happens if you make a wrapper for the API and distribute your wrapped API as a service? How thick does that wrapper have to be before it is considered a different application. To take the most extreme example, what if i just rename find() to query() making it no longer a "MongoDB Service" but a "AmazongoDB service"? [1] https://www.mongodb.com/licensing/server-side-public-license... |
|