Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create a cloud storage application in Qt ?
Forum Update on Monday, May 27th 2025

How to create a cloud storage application in Qt ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 700 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deleted569
    wrote on last edited by deleted569
    #1

    Hi, I am planning to create a simple cloud storage application in qt to store documents, pictures, mails and videos. Can you provide me the best qt apis/suggestions (or both) to create a simple cloud storage application from scratch?

    S 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Before anything else: what storage backend are you going to use ? Cloud storage is way too vague a concept to be used like that.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        Before anything else: what storage backend are you going to use ? Cloud storage is way too vague a concept to be used like that.

        D Offline
        D Offline
        deleted569
        wrote on last edited by deleted569
        #3

        I think openstack backend. I am not sure which backend is the best to use with qt.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          OpenStack is the infrastructure. For the storage service it's up to you to select the one that fits your needs. You should likely go with something like Minio or CEPH which provides an S3 compatible service. You can implement the protocol using QNetworkAccessManager.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • D Offline
            D Offline
            deleted569
            wrote on last edited by
            #5

            How do I import ceph or minio inside my app so that it can store files?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You don't import them. They are server side components.

              That said a simple search for CEPH S3 C++ library returns this.

              And the same query for Minio, returns their client library.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • D deleted569

                Hi, I am planning to create a simple cloud storage application in qt to store documents, pictures, mails and videos. Can you provide me the best qt apis/suggestions (or both) to create a simple cloud storage application from scratch?

                S Offline
                S Offline
                SimonSchroeder
                wrote on last edited by
                #7

                @1km7kt1hi said in How to create a cloud storage application in Qt ?:

                I am planning to create a simple cloud storage application

                Are you planning to write a server application or a client application?

                D 1 Reply Last reply
                0
                • S SimonSchroeder

                  @1km7kt1hi said in How to create a cloud storage application in Qt ?:

                  I am planning to create a simple cloud storage application

                  Are you planning to write a server application or a client application?

                  D Offline
                  D Offline
                  deleted569
                  wrote on last edited by
                  #8

                  @SimonSchroeder said in How to create a cloud storage application in Qt ?:

                  Are you planning to write a server application or a client application?

                  Client application

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved