If I use AGPL service w/o code changes to populate data in the Mongo database and then retrieve this data from DB via my own-written service, should I open-source the code of my service? My own-written service is publicly available
Asked
Active
Viewed 69 times
2
-
is it part of something you're offering over the internet? – user253751 Mar 10 '23 at 18:33
-
It will be WebAPI that I will use via REST API calls via main software – Bohdan Nalyvaiko Mar 10 '23 at 18:56
-
what is the main software? – user253751 Mar 10 '23 at 18:57
-
Will be a Web service – Bohdan Nalyvaiko Mar 10 '23 at 19:02
-
so it seems like the question is whether your web service is a derivative work of this web API you are using – user253751 Mar 10 '23 at 19:03
-
The main software will just access WebAPI via REST API calls, but does not use code of this WebAPI – Bohdan Nalyvaiko Mar 10 '23 at 19:08
-
1Does this answer your question? How do you legally get data out of a GPL or AGPL program? – Martin_in_AUT Mar 11 '23 at 08:03
-
Does your service interact with or otherwise have knowledge of the AGPL service? – Bart van Ingen Schenau Mar 11 '23 at 12:19
-
Interact via API calls – Bohdan Nalyvaiko Mar 12 '23 at 13:47