├── Chapter08 ├── Memcached-Java │ ├── ContactMemcachedClient.java │ └── ContactMemcachedExample.java ├── Memcached-Perl │ └── perl-example.pl ├── Memcached-Python │ ├── add-contacts.py │ ├── delete-contact.py │ └── fetch-contact.py ├── NDB-C++ │ └── example.c++ ├── NDB-Java │ ├── ClusterJ.java │ ├── Contact.java │ └── clusterj.properties └── NDB-NodeJS │ └── NodeJS.js ├── Chapter09 ├── INSTALL.txt └── hadoop_bigdata.sql ├── LICENSE └── README.md /Chapter08/Memcached-Java/ContactMemcachedClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Java/ContactMemcachedClient.java -------------------------------------------------------------------------------- /Chapter08/Memcached-Java/ContactMemcachedExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Java/ContactMemcachedExample.java -------------------------------------------------------------------------------- /Chapter08/Memcached-Perl/perl-example.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Perl/perl-example.pl -------------------------------------------------------------------------------- /Chapter08/Memcached-Python/add-contacts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Python/add-contacts.py -------------------------------------------------------------------------------- /Chapter08/Memcached-Python/delete-contact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Python/delete-contact.py -------------------------------------------------------------------------------- /Chapter08/Memcached-Python/fetch-contact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/Memcached-Python/fetch-contact.py -------------------------------------------------------------------------------- /Chapter08/NDB-C++/example.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/NDB-C++/example.c++ -------------------------------------------------------------------------------- /Chapter08/NDB-Java/ClusterJ.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/NDB-Java/ClusterJ.java -------------------------------------------------------------------------------- /Chapter08/NDB-Java/Contact.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/NDB-Java/Contact.java -------------------------------------------------------------------------------- /Chapter08/NDB-Java/clusterj.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/NDB-Java/clusterj.properties -------------------------------------------------------------------------------- /Chapter08/NDB-NodeJS/NodeJS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter08/NDB-NodeJS/NodeJS.js -------------------------------------------------------------------------------- /Chapter09/INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter09/INSTALL.txt -------------------------------------------------------------------------------- /Chapter09/hadoop_bigdata.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/Chapter09/hadoop_bigdata.sql -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/MySQL-8-for-Big-Data/HEAD/README.md --------------------------------------------------------------------------------