Book Image

MariaDB Cookbook

By : Daniel Bartholomew
Book Image

MariaDB Cookbook

By: Daniel Bartholomew

Overview of this book

Table of Contents (20 chapters)
MariaDB Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. NoSQL with HandlerSocket

In this chapter, we will cover the following recipes:

  • Installing and configuring HandlerSocket

  • Installing the libhsclient library

  • Installing the HandlerSocket PERL client libraries

  • Reading data using HandlerSocket and PERL

  • Inserting data using HandlerSocket and PERL

  • Updating and deleting data using HandlerSocket and PERL

  • Installing the HandlerSocket Python client libraries

  • Reading data using HandlerSocket and Python

  • Inserting data using HandlerSocket and Python

  • Updating and deleting data using HandlerSocket and Python

  • Installing the HandlerSocket Ruby client libraries

  • Reading data using HandlerSocket and Ruby

  • Inserting data using HandlerSocket and Ruby

  • Updating and deleting data using HandlerSocket and Ruby

  • Using HandlerSocket directly with Telnet