Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.082 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'subject:meeting': 0.05; 'json': 0.07; 'subject: + ': 0.07; 'computed': 0.09; 'replication': 0.09; 'sharding': 0.09; 'aggregation,': 0.16; 'arbitrarily': 0.16; 'command-line': 0.16; 'compares': 0.16; 'consistency.': 0.16; 'databases:': 0.16; 'from:addr:lists': 0.16; 'nodes.': 0.16; 'parallelized': 0.16; 'subject:link': 0.16; 'language': 0.16; 'machine': 0.22; 'programming': 0.22; 'to:name :python-list@python.org': 0.22; 'effort.': 0.24; 'faq': 0.24; 'tonight': 0.24; 'query': 0.26; 'meeting': 0.26; 'scale': 0.29; 'compared': 0.30; 'horizontal': 0.31; 'subject:Database': 0.31; 'subject:Tonight': 0.31; 'table': 0.34; 'could': 0.34; 'but': 0.35; 'really': 0.36; 'next': 0.36; 'useful': 0.36; 'machines': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'easy': 0.60; 'documents,': 0.60; 'failures': 0.60; 'mentioned': 0.61; 'received:173': 0.61; 'simple': 0.61; 'first': 0.61; 'header :Message-Id:1': 0.63; 'information': 0.63; 'name': 0.63; 'our': 0.64; 'more': 0.64; 'great': 0.65; 'received:phx3.secureserver.net': 0.65; 'received:prod.phx3.secureserver.net': 0.65; 'charset:windows-1252': 0.65; 'friendly': 0.72; 'atomic': 0.84; 'different.': 0.84; 'learn.': 0.84; 'received:173.201.192.110': 0.84; 'received:p3plsmtpa06-09.prod.phx3.secureserver.net': 0.84; 'received:173.201': 0.91; 'received:173.201.192': 0.91 From: Kevin LaTona Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Tonight's meeting + s Database link Date: Mon, 17 Jun 2013 22:55:28 -0700 To: "python-list@python.org" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 51 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371535035 news.xs4all.nl 15966 [2001:888:2000:d::a6]:45704 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48597 First off what a fun meeting it was tonight with a great conversation. Let's do more of them. Next this is the link to that JSON Database I mentioned but could not = recall the name on. http://www.rethinkdb.com/ RethinkDB overview RethinkDB is built to store JSON documents, and scale to multiple = machines with very little effort.=20 It has a pleasant query language that supports really useful queries = like table joins and group by, and is easy to setup and learn. See the highlights of RethinkDB=20 Simple programming model: =95 JSON data model and immediate consistency. =95 Distributed joins, subqueries, aggregation, atomic updates. =95 Secondary, compound, and arbitrarily computed indexes. =95 Hadoop-style map/reduce. Easy administration: =95 Friendly web and command-line administration tools. =95 Takes care of machine failures and network interrupts. =95 Multi-datacenter replication and failover. Horizontal scalability: =95 Sharding and replication to multiple nodes. =95 Queries are automatically parallelized and distributed. =95 Lock-free operation via MVCC concurrency. RethinkDB compared to other databases: =95 Read the FAQ for information on architectural tradeoffs. =95 Find out how RethinkDB compares to MongoDB. =95 See our take on what makes RethinkDB different.