I need JSON-like database and it should also have a storage to store media like images or videos.

  • VerPoilu@sopuli.xyz
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    I’d look into MongoDB Atlas for the database itself and Google Cloud Storage or AWS S3 for storing images and videos with the link to their sources stored in the database.

    • Tja@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      21 hours ago

      +1 for mongodb. It has a 16MB limit but the GridFS API will chunk bigger files for you, so it’s transparent.