| Projects on Google Code | Results 1 - 8 of 8 |
An implementation of the wire protocol for tokyo tyrant written in C# with connection pooling.
This module implements the pure Java client which connects to the server of Tokyo Tyrant and speaks its original binary protocol.
Please let me know if you have a problem or a suggestion.
= News =
== The table database extension ==
Everybody want the table database extension. It will be ...
Pure PHP implementation of the binary Tokyo Tyrant 1.1.11 protocol
Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super hyper ultra
database manager" written and maintained by Mikio Hirabayashi and released
under the LGPL.
Tokyo Tyrant is the de facto database server for Tokyo Ca...
Python wrapper for Tokyo Tyrant C API
Offers a very low level (and very thin) interface to the Tokyo Tyrant native network protocol, as described [http://tokyocabinet.sourceforge.net/tyrantdoc/#protocol here]. Rather than provide a user-level client API such as [http://code.google.com/p/tokyotyrant-java/ tokyotyrant-java], this library...
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet http://tokyocabinet.sourceforge.net/ is a "super
hyper ultra database manager" written and maintained by Mikio Hirabayashi and
released under the LGPL.
Tokyo Tyrant is the de facto database serve...
Tokyo Cabinet has a wonderful schema-free table database, and you can use it through Tokyo Tyrant, but no other Python library supports this feature.
A Tokyo Tyrant client in Python (http://tokyocabinet.sourceforge.net/tyrantdoc/). The library supports the Hash, Tree, and Table Tokyo Tyrant storage types.
While the three storage types expose some common methods, the Table storage type supports a rich query syntax mimicking the style of databas...