文件名称:schemaless-master
介绍说明--下载内容均来自于网络,请自行研究使用
Schemaless is a Python module that implements the pattern described by Bret Taylor in his post How FriendFeed uses MySQL to store schema-less data. There are a couple of other Python modules out there that do this already.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
schemaless-master
.................\.dir-locals.el
.................\.gitignore
.................\LICENSE
.................\README.md
.................\examples
.................\........\blog
.................\........\....\main.py
.................\........\....\static
.................\........\....\......\blog.css
.................\........\....\tags.yaml
.................\........\....\templates
.................\........\....\.........\base.html
.................\........\....\.........\main.html
.................\........\....\.........\post.html
.................\........\mysqlbench
.................\........\..........\bench.yaml
.................\........\..........\mysqlbench.py
.................\........\..........\plot.py
.................\schemaless
.................\..........\__init__.py
.................\..........\batch.py
.................\..........\column.py
.................\..........\datastore.py
.................\..........\guid.py
.................\..........\index.py
.................\..........\log.py
.................\..........\orm
.................\..........\...\__init__.py
.................\..........\...\column.py
.................\..........\...\converters.py
.................\..........\...\document.py
.................\..........\...\index.py
.................\..........\...\session.py
.................\..........\...\util.py
.................\setup.py
.................\tests
.................\.....\tables.sql
.................\.....\tests.py