Kirjojen hintavertailu. Mukana 11 991 908 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

2 kirjaa tekijältä Sumit Gupta

Building Web Applications with Python and Neo4j

Building Web Applications with Python and Neo4j

Sumit Gupta

Packt Publishing Limited
2015
nidottu
About This BookDevelop a set of common applications and solutions with Neo4j and PythonSecure and deploy the Neo4j database in productionA step-by-step guide on implementing and deploying interactive Python-based web applications on graph data modelWho This Book Is ForIf you are a Python developer and want to expand your understanding of Python-based web applications over Neo4j graph data models, this is the book for you.What You Will LearnUnderstand the licensing and installation of the Neo4j database and work with its various tools and utilitiesLearn the intricacies of Cypher as a graph query languageWork with Cypher to create and modify graph data modelsIntegrate Python and Neo4j using Py2neoDevelop REST-based services over social network data using Flask and object graph models over Neo4jIntegrate Django-based web applications over graph data models using NeomodelExplore different deployment models and their applicability with existing applicationsIn DetailPy2neo is a simple and pragmatic Python library that provides access to the popular graph database Neo4j via its RESTful web service interface. This brings with it a heavily refactored core, a cleaner API, better performance, and some new idioms.You will begin with licensing and installing Neo4j, learning the fundamentals of Cypher as a graph query language, and exploring Cypher optimizations. You will discover how to integrate with various Python frameworks such as Flask and its extensions: Py2neo, Neomodel, and Django. Finally, the deployment aspects of your Python-based Neo4j applications in a production environment is also covered. By sequentially working through the steps in each chapter, you will quickly learn and master the various implementation details and integrations of Python and Neo4j, helping you to develop your use cases more quickly.
Real-Time Big Data Analytics

Real-Time Big Data Analytics

Sumit Gupta

Packt Publishing Limited
2016
nidottu
Design, process, and analyze large sets of complex data in real time About This Book • Get acquainted with transformations and database-level interactions, and ensure the reliability of messages processed using Storm • Implement strategies to solve the challenges of real-time data processing • Load datasets, build queries, and make recommendations using Spark SQL Who This Book Is For If you are a Big Data architect, developer, or a programmer who wants to develop applications/frameworks to implement real-time analytics using open source technologies, then this book is for you. What You Will Learn • Explore big data technologies and frameworks • Work through practical challenges and use cases of real-time analytics versus batch analytics • Develop real-word use cases for processing and analyzing data in real-time using the programming paradigm of Apache Storm • Handle and process real-time transactional data • Optimize and tune Apache Storm for varied workloads and production deployments • Process and stream data with Amazon Kinesis and Elastic MapReduce • Perform interactive and exploratory data analytics using Spark SQL • Develop common enterprise architectures/applications for real-time and batch analytics In Detail Enterprise has been striving hard to deal with the challenges of data arriving in real time or near real time. Although there are technologies such as Storm and Spark (and many more) that solve the challenges of real-time data, using the appropriate technology/framework for the right business use case is the key to success. This book provides you with the skills required to quickly design, implement and deploy your real-time analytics using real-world examples of big data use cases. From the beginning of the book, we will cover the basics of varied real-time data processing frameworks and technologies. We will discuss and explain the differences between batch and real-time processing in detail, and will also explore the techniques and programming concepts using Apache Storm. Moving on, we'll familiarize you with “Amazon Kinesis” for real-time data processing on cloud. We will further develop your understanding of real-time analytics through a comprehensive review of Apache Spark along with the high-level architecture and the building blocks of a Spark program. You will learn how to transform your data, get an output from transformations, and persist your results using Spark RDDs, using an interface called Spark SQL to work with Spark. At the end of this book, we will introduce Spark Streaming, the streaming library of Spark, and will walk you through the emerging Lambda Architecture (LA), which provides a hybrid platform for big data processing by combining real-time and precomputed batch data to provide a near real-time view of incoming data. Style and approach This step-by-step is an easy-to-follow, detailed tutorial, filled with practical examples of basic and advanced features. Each topic is explained sequentially and supported by real-world examples and executable code snippets.