Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
How to write python NoSQL database driver(ja)
Speakers
Hajime Nakagami
Audience level:
Intermediate
Category:
Databases/NoSQL
Description
Python データーベースドライバーの作り方(NoSQL編)
Objectives
Python でのバイナリーデータの取り扱いに慣れる
Abstract
PyConJP 2016 において 「Python データーベースドライバーの作り方」というタイトルで
RDBMS のドライバーを書いた経験を発表しました。
[https://gist.github.com/nakagami/bfbe98d62377f3f4554121ab161ae8c9](https://gist.github.com/nakagami/bfbe98d62377f3f4554121ab161ae8c9)
その後、RDBMS でないデーターベースのドライバーをいくつか Python で書いたので
今回はそれらについて紹介をしながら、そこでやり取りされるデータ
(ネットワークプロトコル)の話をします。
- Redis [https://github.com/nakagami/toyredis](https://github.com/nakagami/toyredis)
- MongoDB [https://github.com/nakagami/nmongo](https://github.com/nakagami/nmongo)
- Neo4j [https://github.com/nakagami/minibolt](https://github.com/nakagami/minibolt)
- Cassandra [https://github.com/nakagami/minicql](https://github.com/nakagami/minicql)
紹介するドライバーの github リポジトリにスターを付けてくれると私が喜びます。