Big Data Training Courses
Big Data Training Courses
The Big Data Revolution Training Course
This is a fast paced, technical overview of the NoSQL landscape. No prior knowledge of databases or programming is assumed. This survey course is targeted towards both technical and non-technical people who want to understand the emerging world of Big Data. In each sub-topic, the instructor will provide links and resource recommendations for students who want to explore that area further (for example, YouTube videos, books, blog posts). The end of the course will be an open 30 minute Q&A session where any topics in the world of big data can be explored further. The students will be given a ~100 page slide deck which can be used as reference material after the course. A PDF printout of the specific examples demoed in the 5 live demos will also be given to students. Interested students can re-run the demos in their own time after the course using the PDFs.
Introduction to Redis Training Course
A one-day developers introduction training course to Redis. In this course you will learn how and when to use Redis to build high performance web applications. Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log.
MongoDB Training Course
MongoDB (from "humongous") is a high-performance, open source, schema- free, document/object-oriented database optimized for web application environments, and is perhaps one of the most disruptive software technologies in years. MongoDB will fundamentally change the way you think about data persistence. During this hands-on course you will learn the fundamentals of MongoDB. The course will teach you how to install, configure, administrate, and write applications with MongoDB, as well as cover the "big picture" and explain how MongoDB fit into the overall "NoSQL" landscape. By the end of this class you will be proficient in MongoDB and be able to use it in your next application with confidence.