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 Updated to NodeBB v4.3 + New Features

How to create a cloud storage application in Qt ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 779 Views 2 Watching
  • 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 2 Jul 2022, 12:39 last edited by deleted569 7 Feb 2022, 13:05
    #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 4 Jul 2022, 06:52
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 2 Jul 2022, 13:35 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 2 Jul 2022, 15:13
      1
      • S SGaist
        2 Jul 2022, 13:35

        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 2 Jul 2022, 15:13 last edited by deleted569 7 Feb 2022, 15:14
        #3

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

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 2 Jul 2022, 17:43 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 3 Jul 2022, 03:26 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
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 3 Jul 2022, 19:04 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
                2 Jul 2022, 12:39

                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 4 Jul 2022, 06:52 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 25 Jul 2022, 09:54
                0
                • S SimonSchroeder
                  4 Jul 2022, 06:52

                  @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 25 Jul 2022, 09:54 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