ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Files in a LANLESS system

    IT Discussion
    lanless database nas file server
    5
    29
    6.2k
    Loading More Posts
    • 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.
    • gjacobseG
      gjacobse
      last edited by scottalanmiller

      @scottalanmiller covered briefly the use case of moving to a database system rather than single files. Rather than creating individual Word, Excel, (etc) files, you would just add that information to a central database.

      How do you get started in this? Considering Multi Platforms, Multi OS and Multi Devices which would want to access the data.

      @scottalanmiller - please correct if I remember this being covered wrong, and the @tags if needed.

      1 Reply Last reply Reply Quote 1
      • coliverC
        coliver
        last edited by coliver

        Generally when I see stuff like this they are advocating for NextCloud, Alfresco, or Sharepoint. Where the files are uploaded to the "site" and you only access them in that interface.

        gjacobseG 1 Reply Last reply Reply Quote 2
        • gjacobseG
          gjacobse @coliver
          last edited by

          @coliver said in Files in a LANLESS system:

          Generally when I see stuff like this they are advocating for NextCloud, Alfresco, or Sharepoint. Where the files are uploaded to the "site" and you only access them in that interface.

          Sharepoint was mentioned, but I have a preference of avoiding any type of MS product if possible.

          coliverC 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            Things like NextCloud, ownCloud, OneDrive and such are one step removed, they interface through a generic web interface to get data in and out. It's a great spot for "things that are not integrated."

            The even better step is direct integration. For example, MS Word or LibreOffice Writer could be easily modified (by MS for Word or by volunteers for LOW) to use a driver to talk directly to a document database, like MongoDB. Instead of writing their data to a file (their data is just text, anyway) they could write directly to a database document object in the same manner. There would need to be a simple framework for naming, tagging and listing "documents", but the process would be very simple. Just as easy or easier than writing to the filesystem, actually.

            1 Reply Last reply Reply Quote 0
            • coliverC
              coliver @gjacobse
              last edited by

              @gjacobse said in Files in a LANLESS system:

              @coliver said in Files in a LANLESS system:

              Generally when I see stuff like this they are advocating for NextCloud, Alfresco, or Sharepoint. Where the files are uploaded to the "site" and you only access them in that interface.

              Sharepoint was mentioned, but I have a preference of avoiding any type of MS product if possible.

              Alfresco does some of the stuff that Sharepoint does and is open source. Confluence is another option.

              1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                The problem with writing directly to a database and not files stored in a database is getting the data to others outside your company.

                Sure, you could open the system to the internet, ala Sharepoint online - not sure I really like that idea for things like NextCloud - but that just might be my jitters.

                @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                Sharepoint still uses old files, so you can create a link to that file, email the link, the receiving person clicks the link, visits a website, then clicks a button on the website to open the file with the local copy of Word. That's a lot of steps.

                scottalanmillerS 4 Replies Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Dashrender
                  last edited by

                  @Dashrender said in Files in a LANLESS system:

                  The problem with writing directly to a database and not files stored in a database is getting the data to others outside your company.

                  Not really, it's not actually particularly harder from a technology perspective. Works the same.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Dashrender
                    last edited by

                    @Dashrender said in Files in a LANLESS system:

                    Sure, you could open the system to the internet, ala Sharepoint online - not sure I really like that idea for things like NextCloud - but that just might be my jitters.

                    How do you do it today without opening it to the Internet?

                    DashrenderD 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said in Files in a LANLESS system:

                      @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                      How do you do it today? Why would it need to change at all?

                      DashrenderD 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Dashrender
                        last edited by

                        @Dashrender said in Files in a LANLESS system:

                        Sharepoint still uses old files, so you can create a link to that file, email the link, the receiving person clicks the link, visits a website, then clicks a button on the website to open the file with the local copy of Word. That's a lot of steps.

                        What's the alternative? Sending files in email?

                        1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @scottalanmiller
                          last edited by

                          @scottalanmiller said in Files in a LANLESS system:

                          @Dashrender said in Files in a LANLESS system:

                          Sure, you could open the system to the internet, ala Sharepoint online - not sure I really like that idea for things like NextCloud - but that just might be my jitters.

                          How do you do it today without opening it to the Internet?

                          email the file to them.

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said in Files in a LANLESS system:

                            @Dashrender said in Files in a LANLESS system:

                            @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                            How do you do it today? Why would it need to change at all?

                            Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Dashrender
                              last edited by

                              @Dashrender said in Files in a LANLESS system:

                              @scottalanmiller said in Files in a LANLESS system:

                              @Dashrender said in Files in a LANLESS system:

                              Sure, you could open the system to the internet, ala Sharepoint online - not sure I really like that idea for things like NextCloud - but that just might be my jitters.

                              How do you do it today without opening it to the Internet?

                              email the file to them.

                              Why couldn't you do that with the database system, too? Your email client or server would just need the same connector.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @Dashrender
                                last edited by

                                @Dashrender said in Files in a LANLESS system:

                                @scottalanmiller said in Files in a LANLESS system:

                                @Dashrender said in Files in a LANLESS system:

                                @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                                How do you do it today? Why would it need to change at all?

                                Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                                So the contents of the file are simply sent as a file.... that's all a file normally is, a database holding text directly on it with a label on it with the filename. So.... literally nothing changes here under the hood. There is no more or less extraction than before.

                                DashrenderD 1 Reply Last reply Reply Quote 0
                                • DashrenderD
                                  Dashrender @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Files in a LANLESS system:

                                  @Dashrender said in Files in a LANLESS system:

                                  @scottalanmiller said in Files in a LANLESS system:

                                  @Dashrender said in Files in a LANLESS system:

                                  @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                                  How do you do it today? Why would it need to change at all?

                                  Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                                  So the contents of the file are simply sent as a file.... that's all a file normally is, a database holding text directly on it with a label on it with the filename. So.... literally nothing changes here under the hood. There is no more or less extraction than before.

                                  You were weren't talking about getting rid of docx files and xlsx files, etc?

                                  DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    Keep in mind that OneDrive and Google Apps are doing this already today. So this isn't a big issue that is just theory, it's literally already solved in specific cases.

                                    1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender @Dashrender
                                      last edited by

                                      @Dashrender said in Files in a LANLESS system:

                                      @scottalanmiller said in Files in a LANLESS system:

                                      @Dashrender said in Files in a LANLESS system:

                                      @scottalanmiller said in Files in a LANLESS system:

                                      @Dashrender said in Files in a LANLESS system:

                                      @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                                      How do you do it today? Why would it need to change at all?

                                      Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                                      So the contents of the file are simply sent as a file.... that's all a file normally is, a database holding text directly on it with a label on it with the filename. So.... literally nothing changes here under the hood. There is no more or less extraction than before.

                                      You were weren't talking about getting rid of docx files and xlsx files, etc?

                                      FYI, I didn't think you were - Instead I was responding to Gene's specific typing in the OP.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Dashrender
                                        last edited by

                                        @Dashrender said in Files in a LANLESS system:

                                        @scottalanmiller said in Files in a LANLESS system:

                                        @Dashrender said in Files in a LANLESS system:

                                        @scottalanmiller said in Files in a LANLESS system:

                                        @Dashrender said in Files in a LANLESS system:

                                        @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                                        How do you do it today? Why would it need to change at all?

                                        Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                                        So the contents of the file are simply sent as a file.... that's all a file normally is, a database holding text directly on it with a label on it with the filename. So.... literally nothing changes here under the hood. There is no more or less extraction than before.

                                        You were weren't talking about getting rid of docx files and xlsx files, etc?

                                        Yup, and still am. No files, but that doesn't mean that you can't have a file "view".

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Files in a LANLESS system:

                                          @Dashrender said in Files in a LANLESS system:

                                          @scottalanmiller said in Files in a LANLESS system:

                                          @Dashrender said in Files in a LANLESS system:

                                          @scottalanmiller said in Files in a LANLESS system:

                                          @Dashrender said in Files in a LANLESS system:

                                          @scottalanmiller let's assume that we get direct application access from Word/Writer into SP or NC, how do you send a link to someone else so they know they have access? How do you register that 'link' in some way so that the correct application launches when trying to open the link?

                                          How do you do it today? Why would it need to change at all?

                                          Paying particular attention to Gene's wording, there would be no more files, only data in a DB. In that case, to send the information via email would mean extracting that data into some kind of usable format then emailing it.

                                          So the contents of the file are simply sent as a file.... that's all a file normally is, a database holding text directly on it with a label on it with the filename. So.... literally nothing changes here under the hood. There is no more or less extraction than before.

                                          You were weren't talking about getting rid of docx files and xlsx files, etc?

                                          Yup, and still am. No files, but that doesn't mean that you can't have a file "view".

                                          But OneDrive, etc still store those things as objects, I don't think you can edit the 'Word.doc' file directly inside the DB, you need to send that object of data to Word to edit it.

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            With a document database and a RESTful interface, you can literally do things like this...

                                            https://mysite/my_word_doc.docx

                                            To get a file, but it is coming straight out of a database with no files. The "file" Is something that is actually created by the browser not the database. It's only a file to the end user, never to the server. If you don't want to use it as a file, you don't. The decision is at the end point, not at the storage point.

                                            This isn't like "if you add this cool application" kind of thing. This is "under the hood" interfaces to many databases today!

                                            DashrenderD 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post