Server Side Public Licensence

Hello good day, I have a question about making a service with mongodb, I’m planning on launching a http api for mongodb for varios of my projects, my question is, Considering that my source code is open, Do I have to pay something to mongodb? what are the limitations?

Some example of what my database as service will do:

  • expose an http api to communicate with the database
  • Make backups
  • Logs for applications

The hole application consists of various microservices that will communicate with a self-hosted mongodb database (more specific the community version), and I plan on making it public available to everyone, the only thing is that they would need to pay for the infra and storage, that’s the reason of my question. I didn’t understand some of the license when i read it. Is there something similar to https://choosealicense.com/ for the SSPL?