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.
    • 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 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.

      As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

      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 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.

        As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

        Yeah Office is a bad example because of the massive integration.

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

          @scottalanmiller said in Files in a LANLESS system:

          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!

          Interesting - so you're saying that OneDrive works this way today? or at least SharePoint (ODfB) works this way today?

          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:

            @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.

            As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

            Yeah Office is a bad example because of the massive integration.

            Or a good example because it shows how easily it can be done and how well people can't even tell.

            DashrenderD 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:

              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!

              Interesting - so you're saying that OneDrive works this way today? or at least SharePoint (ODfB) works this way today?

              You can never know exactly how it works, but very likely this is what it does. It is not efficient at all to use a file system and files for this stuff. SharePoint is a database so ODfB is definitely using SharePoint instead of the filesystem.

              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 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.

                As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

                Yeah Office is a bad example because of the massive integration.

                Or a good example because it shows how easily it can be done and how well people can't even tell.

                LOL - yeah, but you are limited to only MS based files, All other files are just stored as objects in the DB.

                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:

                  @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 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.

                  As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

                  Yeah Office is a bad example because of the massive integration.

                  Or a good example because it shows how easily it can be done and how well people can't even tell.

                  LOL - yeah, but you are limited to only MS based files, All other files are just stored as objects in the DB.

                  Are they? I'm not sure of that. But that's always going to be the case. File systems are for ad hoc, unplanned files. The real question should be... why do such files exist in your environment? When do you actually want ad hoc file types that you didn't expect?

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @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 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.

                    As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

                    Yeah Office is a bad example because of the massive integration.

                    Or a good example because it shows how easily it can be done and how well people can't even tell.

                    LOL - yeah, but you are limited to only MS based files, All other files are just stored as objects in the DB.

                    Are they? I'm not sure of that. But that's always going to be the case. File systems are for ad hoc, unplanned files. The real question should be... why do such files exist in your environment? When do you actually want ad hoc file types that you didn't expect?

                    Actually Sharepoint does not natively interface .doc files either. It only uses the new format .docx files in the manner you are saying.

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

                      @JaredBusch 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 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 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.

                      As objects, not as files. I don't need to pull the files from OneDrive to edit them. I can talk to the database directly with MS Office 2013 or later, even the online version.

                      Yeah Office is a bad example because of the massive integration.

                      Or a good example because it shows how easily it can be done and how well people can't even tell.

                      LOL - yeah, but you are limited to only MS based files, All other files are just stored as objects in the DB.

                      Are they? I'm not sure of that. But that's always going to be the case. File systems are for ad hoc, unplanned files. The real question should be... why do such files exist in your environment? When do you actually want ad hoc file types that you didn't expect?

                      Actually Sharepoint does not natively interface .doc files either. It only uses the new format .docx files in the manner you are saying.

                      Don't I know it.. I was playing with SharePoint and damn if I didn't have all kinds of problems with DOC files.

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