GithubHelp home page GithubHelp logo

omgnosql's Introduction

What is omgnosql?

omgnosql (OMG!!!1 NoSQL!!1!) is a favorite phrase of hipstergrammers (http://hipstergrammers.tumblr.com/). It's also an anagram of MongoDB and SQL.

NoSQL zealots who don't know what they're talking about say that SQL doesn't scale. They are, of course, horribly misguided. The way that people use SQL sometimes doesn't scale, and concepts that work in-the-small may not work in-the-large. And these people then go and implement solutions using stuff like MongoDB and end up losing their data because they don't know how it works and preemptively scaled.

I think that schemaless, eventually-consistent data stores have a place and are useful. I just think that most (all) of the current efforts are throwing away years of investment in SQL datastores. Rather than thinking of NoSQL as a brand-new paradigm shift that requires a ground-up reimplementation, we need to think of it as layer of abstraction on top of MySQL and memcache (or your preferred setup). Re-implementing all of the work that has gone into these projects is a bad idea and is contrary to The Unix Way. If you don't want to use them directly, fine, but at least have the peace-of-mind of using them as the underlying storage engine, since chances are it will do what you want (see http://teddziuba.com/2010/10/taco-bell-programming.html).

I think that we can get 80% of the functionality and performance of MongoDB in under 2000 lines of Python by building on top of MySQL and memcache.

omgnosql's People

Contributors

petehunt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

a382695908

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.