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

    Web Application VS Windows Application

    IT Discussion
    programming
    17
    450
    113.6k
    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 @IT-ADMIN
      last edited by

      @IT-ADMIN said:

      i have to admit that i'm totally ignorant about this, lol

      i'm just reading about this, from the time we were at school, we know only one thing : SQL when it comes to MDBS, we never learn or heard about this NoSQL DB, but to be honest it is shameful,

      I was lucky, I skipped the college thing so had a lot more chance to learn more 🙂

      For your needs, I think that very likely MongoDB will work really well. Very easy to code against, very fast.

      I know that you want to do PHP, but check out Meteor.js.

      1 Reply Last reply Reply Quote 1
      • IT-ADMINI
        IT-ADMIN
        last edited by

        really i feel that you are from another planet, lol
        but i'm very happy that i keep learning new things everyday from you, i'm sure if you come here Scott, you will see that there is a huge difference in level, and people will not understand you, lol

        scottalanmillerS 1 Reply Last reply Reply Quote 1
        • scottalanmillerS
          scottalanmiller @IT-ADMIN
          last edited by

          @IT-ADMIN said:

          really i feel that you are from another planet, lol
          but i'm very happy that i keep learning new things everyday from you, i'm sure if you come here Scott, you will see that there is a huge difference in level, and people will not understand you, lol

          Are you kidding, where I am no one has a computer. The store here using a mechanical cash drawer!!

          1 Reply Last reply Reply Quote 0
          • IT-ADMINI
            IT-ADMIN
            last edited by

            come on,,,

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • IT-ADMINI
              IT-ADMIN
              last edited by

              i'm just reading about MangoDB
              http://www.tutorialspoint.com/mongodb/mongodb_overview.htm

              do you know a good documentation about this ?? or the above link is good ??

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @IT-ADMIN
                last edited by

                @IT-ADMIN said:

                come on,,,

                I am very serious.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @IT-ADMIN
                  last edited by

                  @IT-ADMIN said:

                  i'm just reading about MangoDB
                  http://www.tutorialspoint.com/mongodb/mongodb_overview.htm

                  do you know a good documentation about this ?? or the above link is good ??

                  We are recording this conversation on MongoDB 🙂 If you search for MongoDB in titles in MangoLassi, you will find that I wrote up an install guide for it last week 🙂

                  MongoDB's own website is pretty decent for getting you started. However, you don't need to learn the database to use it. Many frameworks, like Meteor, use it by default and everything that you need to interact with it is built in. So you can focus on programming, instead of on designing databases.

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

                    One thing that is interesting about MongoDB is that it is built with an JavaScript interface and its native language is JSON.

                    1 Reply Last reply Reply Quote 0
                    • IT-ADMINI
                      IT-ADMIN
                      last edited by

                      sometimes i say how people like you have time to even discuss in this forum, he could be hired by big companies like google or apple, and not wasting his time with people like me

                      scottalanmillerS 1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller @IT-ADMIN
                        last edited by

                        @IT-ADMIN said:

                        sometimes i say how people like you have time to even discuss in this forum, he could be hired by big companies like google or apple, and not wasting his time with people like me

                        Google has an NDA on interview processes, they can't even get me to talk to them. Apple has tried, nice people, but they don't pay enough for the kind of work and location (they pushed for me in Cupertino, they wouldn't let me work from their Austin office, so their pay rate just wasn't good enough.)

                        1 Reply Last reply Reply Quote 0
                        • dafyreD
                          dafyre @scottalanmiller
                          last edited by

                          @scottalanmiller said:

                          @IT-ADMIN said:

                          i'm just reading about MangoDB
                          http://www.tutorialspoint.com/mongodb/mongodb_overview.htm

                          do you know a good documentation about this ?? or the above link is good ??

                          We are recording this conversation on MongoDB 🙂 If you search for MongoDB in titles in MangoLassi, you will find that I wrote up an install guide for it last week 🙂

                          MongoDB's own website is pretty decent for getting you started. However, you don't need to learn the database to use it. Many frameworks, like Meteor, use it by default and everything that you need to interact with it is built in. So you can focus on programming, instead of on designing databases.

                          In the event that you do try Meteor.js and your colleague doesn't like it, there is a PHP library for MongoDB as well.

                          scottalanmillerS 1 Reply Last reply Reply Quote 2
                          • IT-ADMINI
                            IT-ADMIN
                            last edited by

                            Ok, is it possible to use MongoDB if we have a relation many to many in our data model ?? i know it is possible but is it that simple as RDBMS ???

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @IT-ADMIN
                              last edited by

                              @IT-ADMIN said:

                              Ok, is it possible to use MongoDB if we have a relation many to many in our data model ?? i know it is possible but is it that simple as RDBMS ???

                              This question doesn't even make sense. 🙂 You not be using your model, of course. The model that you have made exists solely to service a system you shouldn't be using. Just skip it.

                              No, it is far SIMPLER. Everything you have done already is unnecessary. not that it is all bad, it is good to know the data. But you are overthinking this. NoSQL makes this far easier in your case (and nearly all cases.) You are mired in the complexities of relational databases, you need to think more simply and more easily.

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

                                @dafyre said:

                                @scottalanmiller said:

                                @IT-ADMIN said:

                                i'm just reading about MangoDB
                                http://www.tutorialspoint.com/mongodb/mongodb_overview.htm

                                do you know a good documentation about this ?? or the above link is good ??

                                We are recording this conversation on MongoDB 🙂 If you search for MongoDB in titles in MangoLassi, you will find that I wrote up an install guide for it last week 🙂

                                MongoDB's own website is pretty decent for getting you started. However, you don't need to learn the database to use it. Many frameworks, like Meteor, use it by default and everything that you need to interact with it is built in. So you can focus on programming, instead of on designing databases.

                                In the event that you do try Meteor.js and your colleague doesn't like it, there is a PHP library for MongoDB as well.

                                But you will likely make everything harder. It's hard to get easier than Meteor.

                                1 Reply Last reply Reply Quote 0
                                • IT-ADMINI
                                  IT-ADMIN
                                  last edited by

                                  is mongoDB opensource, right??

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • IT-ADMINI
                                    IT-ADMIN
                                    last edited by

                                    in my above data model diagram, where i have many to many relationships between entities, what is the best approach: references or embedded documents ??

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @IT-ADMIN
                                      last edited by

                                      @IT-ADMIN said:

                                      is mongoDB opensource, right??

                                      Yes, AGPL and totally free.

                                      1 Reply Last reply Reply Quote 0
                                      • IT-ADMINI
                                        IT-ADMIN
                                        last edited by

                                        dear Scott please can you tell me what are the right steps to follow when working with document DB ?? i mean are there any models to follow in document DB similar to Merise or UML in relational DB ??

                                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller @IT-ADMIN
                                          last edited by

                                          @IT-ADMIN said:

                                          dear Scott please can you tell me what are the right steps to follow when working with document DB ?? i mean are there any models to follow in document DB similar to Merise or UML in relational DB ??

                                          No, I don't believe any modeling tools like that have been created yet. Although the need for them mostly does not exist.

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

                                            Try this, take Word and try making a sample "document" of sample data for one or two users. That should, mostly, guide you as to what the MongoDB document will look like.

                                            Do it something like this...

                                            First Name: John
                                            Last Name: Doe
                                            SSID: 123.45.678
                                            Cell Phone: (132) 465-7896

                                            Something like that.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 17
                                            • 18
                                            • 19
                                            • 20
                                            • 21
                                            • 22
                                            • 23
                                            • 19 / 23
                                            • First post
                                              Last post