![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Applications of computing > Databases > Web / Internet databases
Create a MongoDB cluster that will to grow to meet the needs of your application. With this short and concise book, you'll get guidelines for setting up and using clusters to store a large volume of data, and learn how to access the data efficiently. In the process, you'll understand how to make your application work with a distributed database system. "Scaling MongoDB" will help you: Set up a MongoDB cluster through sharding Work with a cluster to query and update data Operate, monitor, and backup your cluster Plan your application to deal with outages By following the advice in this book, you'll be well on your way to building and running an efficient, predictable distributed system using MongoDB.
Recent advances in Internet and Web technologies and the advent of Web 2.0 have made it possible to share information and knowledge surrounding human activities. These activities can be captured through the intensive deployment of sensors and the Web resources. Experiential Knowledge Mining provides a comprehensive overview of mining experiential knowledge bearing on human activities, with an emphasis on the use of the Web. Starting with definitions of activities and experiences, it elaborates on various views of human activities in cognitive science, including knowledge representation schemes. It then describes two activity detection techniques arising from different types of information sources: (1) sensor-driven approaches for the physical space and (2) text-driven approaches for the cyberspace. With a focus on experiential knowledge of human activities that can be discovered from unstructured text, Experiential Knowledge Mining reviews and summarizes the existing body of literature on experiential knowledge filtering, context identification for knowledge, and knowledge distillation. There is no doubt that the vast amount of information about human experience that includes activities is going to help detecting, recognizing, and understanding human activities of various sorts. This monograph illustrates the various potential applications of experiential knowledge in different domains like information retrieval, service recommendation, and semantic web. Experiential Knowledge Mining is the first to take a comprehensive look at this fascinating topic and acts as an ideal primer for anyone who wants to delve deeper into this subject.
This practical guide offers a short course on scaling CouchDB to meet the capacity needs of your distributed application. Through a series of scenario-based examples, this book lets you explore several methods for creating a system that can accommodate growth and meet expected demand. In the process, you learn about several tools that can help you with replication, load balancing, clustering, and load testing and monitoring.Apply performance tips for tuning your database Replicate data, using Futon and CouchDB's RESTful interface Distribute CouchDB's workload through load balancing Learn options for creating a cluster of CouchDB nodes, including BigCouch, Lounge, and Pillow Conduct distributed load testing with Tsung
This book deals with different theories, methods and implementations combining Web 2.0 paradigms and Semantic Web technologies in Enterprise environments. After introducing those terms, the current shortcomings of tools such as blogs and wikis are presented as well as tagging practices in an Enterprise 2.0 context. A definition of the SemSLATES methodology is given, as well as the global vision of a middleware architecture based on Semantic Web technologies and Linked Data principles (languages, models, tools and protocols) to solve these issues. Then, the various ontologies that we build to achieve this goal are detailed. On the one hand the models dedicated to socio-structural metadata, especially SIOC - Semantically-Interlinked Online Communities -, are presented and on the other hands models extending public ontologies for representing domain knowledge. Moreover, the MOAT - Meaning Of A Tag - ontology is discussed, providing a way to combine the flexibility of tagging and the power of ontology-based indexing. The book also describes several software implementations related to these models, done in the industrial context of EDF R&D, and dedicated to easily produce and use semantic annotations to enrich original tools: semantic wikis, advanced visualization interfaces (faceted browsing, semantic mash-ups, etc.) combined with a semantic search engine. Several contributions described in this publication have been published as public ontologies or open-source software, contributing more generally to this convergence between Web 2.0 and the Semantic Web, not only in enterprise but on the Web as a whole.
Provenance, i.e., the origin or source of something, is becoming an important concern, since it offers the means to verify data products, to infer their quality, and to decide whether they can be trusted. For instance, provenance enables the reproducibility of scientific results; provenance is necessary to track attribution and credit in curated databases; and, it is essential for reasoners to make trust judgements about the information they use over the Semantic Web. As the Web allows information sharing, discovery, aggregation, filtering and flow in an unprecedented manner, it also becomes difficult to identify the original source that produced information on the Web. This survey contends that provenance can and should reliably be tracked and exploited on the Web, and investigates the necessary foundations to achieve such a vision.
If you're a developer looking to supplement your own data tools and services, this concise ebook covers the most useful sources of public data available today. You'll find useful information on APIs that offer broad coverage, tie their data to the outside world, and are either accessible online or feature downloadable bulk data. You'll also find code and helpful links. This guide organizes APIs by the subjects they cover--such as websites, people, or places--so you can quickly locate the best resources for augmenting the data you handle in your own service. Categories include: Website tools such as WHOIS, bit.ly, and Compete Services that use email addresses as search terms, including Github Finding information from just a name, with APIs such as WhitePages Services, such as Klout, for locating people with Facebook and Twitter accounts Search APIs, including BOSS and Wikipedia Geographical data sources, including SimpleGeo and U.S. Census Company information APIs, such as CrunchBase and ZoomInfo APIs that list IP addresses, such as MaxMind Services that list books, films, music, and products
The Annual Asian Semantic Web Conference is one of the largest regional events in Asia with focused topics related to the Semantic Web. With the decade-round endeavor of Semantic Web believers, researchers and practitioners, the Semantic Web has made remarkable progress recently. It has raised significant attention from US and UK governments, as well as the European Commission who are willing to deploy Semantic Web technologies to enhance the transparency of eGovernment. The Linked Open Data initiative is on its way to convert the current document Web into a data Web and to further enabling various data and service mashups. The fast adoption of Semantic Web technologies in medical and life sciences has created impressive showcases to the world. All these efforts are a crucial step toward enabling the take-off and the success of the Semantic Web. The First Asian Semantic Web Conference was successfully held in China in 2006. With the following editions in Korea in 2007 and Thailand in 2008, it fostered a regional forum for connecting researchers and triggering innovations. This year, the 4th Asian Semantic Web Conference was held in Shanghai, China. We received 63 submissions from Asia, Europe, and North America, and 25 papers were accepted (the acceptance rate is around 40%). Each submission was reviewed by at least three members of the Program Committee. The Chairs moderated the discussion of conflict reviews or invited external reviewers to reach the final decisions.
Networks are everywhere: networks of friends, transportation networks and the Web. Neurons in our brains and proteins within our bodies form networks that determine our intelligence and survival. This modern, accessible textbook introduces the basics of network science for a wide range of job sectors from management to marketing, from biology to engineering, and from neuroscience to the social sciences. Students will develop important, practical skills and learn to write code for using networks in their areas of interest - even as they are just learning to program with Python. Extensive sets of tutorials and homework problems provide plenty of hands-on practice and longer programming tutorials online further enhance students' programming skills. This intuitive and direct approach makes the book ideal for a first course, aimed at a wide audience without a strong background in mathematics or computing but with a desire to learn the fundamentals and applications of network science.
If you want to use CouchDB to support real-world applications, you'll need to create MapReduce views that let you query this document-oriented database for meaningful data. With this short and concise ebook, you'll learn how to create a variety of MapReduce views to help you query and aggregate data in CouchDB's large, distributed datasets. You'll get step-by-step instructions and lots of sample code to create and explore several MapReduce views through the course of the book, using an example database you construct. To work with these different views, you'll learn how to use the Futon web administration console and the cURL command line tool that come with CouchDB. Learn how the Map and Reduce steps work independently and together to index your data Use the example database to create several temporary views based on different criteria Discover the uses of Map and Reduce JavaScript functions Convert your temporary views to permanent views within a design document Learn several options for querying the data within your views Limit the number of results returned, skip some results, or reverse the order of the output Group your results by exact keys or by parts of keys Bradley Holt, co-founder of the creative services firm Found Line, is a web developer and entrepreneur ten years of PHP and MySQL experience. He began using CouchDB before the release of version 1.0. Bradley is an active member of the PHP community, and can be reached at bradley-holt.com.
While other books focus on special internet registers, like tweets or texting, no previous study describes the full range of everyday registers found on the searchable web. These are the documents that readers encounter every time they do a Google search, from registers like news reports, product reviews, travel blogs, discussion forums, FAQs, etc. Based on analysis of a large, near-random corpus of web documents, this monograph provides comprehensive situational, lexical, and grammatical descriptions of those registers. Beginning with a coding of each document in the corpus, the description identifies the registers that are especially common on the searchable web versus those that are less commonly found. Multi-dimensional analysis is used to describe the overall patterns of linguistic variation among web registers, while the second half of the book provides an in-depth description of each individual register, including analyses of situational contexts and communicative purposes, together with the typical lexical and grammatical characteristics associated with those contexts.
Modernity is a social, cultural, or historical descriptor for a certain type of society or set of social arrangements. It is a contentious and disputed term, often understood implicitly. It is a way of describing and classifying highly complex, dynamic, and emergent aggregate social phenomena, and so dramatically simplifies such contexts. However, the language of modernity remains attractive to commentators, academics, and policymakers. In this monograph, the author reviews the literature that characterises what is called digital modernity. Digital modernity narratives focus on the possibilities of the data gathered by an ambient data infrastructure, enabled by ubiquitous devices such as the smartphone, and activities such as social networking and e-commerce. It is characterised by (1) a subjunctive outlook where people's choices can be anticipated and improved upon, (2) the valorisation of disruptive innovation on demand, and (3) control provided by data analysis within a virtual realm that can be extended and applied to the physical world. The author explored the synergies and tensions between these three aspects as well as the opportunities for and dilemmas posed by misinformation. The author identifies five principles that emerge from the study of relevant texts and business models and concludes by contrasting digital modernity with other theories of the 21st century information society. Narratives of digital modernity are useful because they help explain the development of technology. It matters because many influential people accept, and often generate, the digital modernity narrative. Given digital modernity's strong association with the Web, it is a central topic for Web Science as the interdisciplinary study of the World Wide Web from the technological, social, and individual points of view.
What would you do if you found your own name on a hit list? Seddon addresses this terrifying question in an explosive novel. One of the most exciting, brave and clever books I have ever read. The Hit List is my book of the year. Gillian McAllister, author of How to Disappear This novel kept me guessing to the end. A twisty, intelligent thrill ride. Excellent! Will Dean, author of Black River This meticulously plotted novel will suck you ever deeper into its dark underbelly. Sinister, clever and utterly compelling. Lesley Kara, author of WHO DID YOU TELL? On the anniversary of her husband's accidental death, Marianne seeks comfort in everything Greg left behind. She wears his shirt and cologne, reads their love letters and emails. Soon she's following his footsteps across the web, but her desperation to cling to any trace of him leads her to the dark web. And a hit list with her name on it. To try to save herself from Sam, the assassin hired to kill her, Marianne must first unpick the wicked web in which Greg became tangled. Was Greg trying to protect her or did he want her dead? A gripping and emotional ebook bestseller about a woman who discovers a shocking secret about her late husband that will hook you from the first page 'Smart, twisty and totally compelling.' Jane Fallon 'Dark, twisty, beautifully written and very clever. Loved it!' Claire Douglas A beautifully written book that tackles complex issues on a very personal level. A dark, fast-paced thriller with a hard-hitting emotional impact. Nikki Smith, author of All In Her Head.
Generating huge interest and backed by the global WorldWideWeb consortium the semantic web is the key initiative driving the future of the World Wide Web. Towards the Semantic Web focuses on the application of Semantic Web technology and ontologies in particular to electronically available information to improve the quality of knowledge management in large and distributed organizations. Ontologies are formal structures supporting knowledge sharing and reuse. They can be used to represent explicitly the semantics of structured and semi-structured information which enable sophisticated automatic support for acquiring, maintaining and accessing information. Covering the key technologies for the next generation of the WWW, this book is an excellent mixture of theory, tools and applications in an important area of WWW research.
How can Twitter data be used to study individual-level human behavior and social interaction on a global scale? This book introduces readers to the methods, opportunities, and challenges of using Twitter data to analyze phenomena ranging from the number of people infected by the flu, to national elections, to tomorrow's stock prices. Each chapter, written by leading domain experts in clear and accessible language, takes the reader to the forefront of the newly emerging field of computational social science. An introductory chapter on Twitter data analysis provides an overview of key tools and skills, and gives pointers on how to get started, while the case studies demonstrate shortcomings, limitations, and pitfalls of Twitter data as well as its advantages. The book will be an excellent resource for social science students and researchers wanting to explore the use of online data.
The optimization of traffic management operations has become a considerable challenge in today's global scope due to the significant increase in the number of vehicles, traffic congestions, and automobile accidents. Fortunately, there has been substantial progress in the application of intelligent computing devices to transportation processes. Vehicular ad-hoc networks (VANETs) are a specific practice that merges the connectivity of wireless technologies with smart vehicles. Despite its relevance, empirical research is lacking on the developments being made in VANETs and how certain intelligent technologies are being applied within transportation systems. IoT and Cloud Computing Advancements in Vehicular Ad-Hoc Networks provides emerging research exploring the theoretical and practical aspects of intelligent transportation systems and analyzing the modern techniques that are being applied to smart vehicles through cloud technology. Featuring coverage on a broad range of topics such as health monitoring, node localization, and fault tolerance, this book is ideally designed for network designers, developers, analysists, IT specialists, computing professionals, researchers, academics, and post-graduate students seeking current research on emerging computing concepts and developments in vehicular ad-hoc networks.
With almost every business application process being linked with a web portal, the website has become an integral part of any organization. Satisfying the end user's needs is one of the key principles of designing an effective website. Because there are different users for any given website, there are different criteria that users want. Thus, evaluating a website is a multi-criteria decision-making problem in which the decision maker's opinion should be considered for ranking the website. Multi-Criteria Decision-Making Models for Website Evaluation is a critical scholarly resource that covers the strategies needed to evaluate the navigability and efficacy of websites as promotional platforms for their companies. Featuring a wide range of topics including linguistic modelling, e-services, and site quality, this book is ideal for managers, executives, website designers, graphic artists, specialists, consultants, educationalists, researchers, and students.
Knowledge in its pure state is tacit in natureOCoedifficult to formalize and communicateOCoebut can be converted into codified form and shared through both social interactions and the use of IT-based applications and systems. Even though there seems to be considerable synergies between the resulting huge data and the convertible knowledge, there is still a debate on how the increasing amount of data captured by corporations could improve decision making and foster innovation through effective knowledge-sharing practices. Big Data and Knowledge Sharing in Virtual Organizations provides innovative insights into the influence of big data analytics and artificial intelligence and the tools, methods, and techniques for knowledge-sharing processes in virtual organizations. The content within this publication examines cloud computing, machine learning, and knowledge sharing. It is designed for government officials and organizations, policymakers, academicians, researchers, technology developers, and students.
This book addresses the problem of benchmarking semantic web technologies; first, from a methodological point of view, proposing a general methodology to follow in benchmarking activities over semantic web technologies and, second, from a practical point of view, presenting two international benchmarking activities that involved benchmarking the interoperability of semantic web technologies using RDF(S) as the interchange language in one activity and OWL in the other. The book presents in detail how the different resources needed for these interoperability benchmarking activities were defined: the experiments, the benchmark suites and the software that support the process. Furthermore, the book invites practitioners to reach a continuous improvement of semantic technologies by means of their continuous evaluation and presents future lines of research.
The Semantic Web has been a very important development in how knowledge is disseminated and manipulated on the Web, but it has been of particular importance to the flow of scientific knowledge, and will continue to shape how data is stored and accessed in a broad range of disciplines, including life sciences, earth science, materials science, and the social sciences. After first presenting papers on the foundations of semantic e-science, including papers on scientific knowledge acquisition, data integration, and workflow, this volume looks at the state of the art in each of the above-mentioned disciplines, presenting research on semantic web applications in the life, earth, materials, and social sciences. Drawing papers from three semantic web workshops, as well as papers from several invited contributors, this volume illustrates how far semantic web applications have come in helping to manage scientific information flow.
This book is a fast paced tutorial to creating a website using e107. If you have never used e107, or even any web content management system before, then this book will walk you through each step in a friendly and accessible way. From installation, to initial set up and content entry and then on to customization for your own look and feel, this book will get you to a stable and working e107 based web site fast. You do not have to be an experienced web developer or designer to get a great looking site with a full set of functions using this book and e107. This book will guide you through every step. e107 is a PHP-based content management system that uses the popular open source MySQL database system for content storage. e107 is released under the terms of the GNU General Public License and is completely free, totally customizable and in constant development. It is an ideal tool for developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more. It has a large, enthusiastic, and helpful community of users. If you want to create a powerful, fully-featured website in no time, this book is for you. This book will help you explore e107, putting you in the picture of what it offers, and how to go about building a site with the system. The book covers all the core features of e107, and it is thorough and incremental tutorial approach it gives you the understanding to experiment with advanced features and customization. This book is hands-on. As you work through the small business/e-commerce enabled example web site, you will learn how to install, upgrade, configure, and use the various basic features of the e107 Content Management System. The book contains a number of screen shots to reinforce that each step that you perform is correct. This book is primarily for entrepreneurs, small office/home office, small businesses and non-profit agencies who would like to have interactive, business and/or e-commerce web sites at a low cost without sacrificing power or usability. No knowledge of PHP programming, Apache, or MySQL is required.
One of the worlds foremost technology writers helps Internet users unlock the Webs potential and open up a richer, nimbler, and more useful trove of resources and services. He shows how to create blogs, podcasts, and online videos; tackle even the most complex online tasks with ease; master state-of-the-art techniques for doing everything from selling a house to shopping for electronics; and much more.
Nationwide and around the world, instant messaging use is growing,
with more than 7 billion instant messages being sent every day
worldwide, according to IDC. comScore Media Metrix reports that
there are 250 million people across the globe--and nearly 80
million Americans--who regularly use instant messaging as a quick
and convenient communications tool.
Concise, practical Documentum Web Content Management information to help you get the most from this complex and powerful enterprise system One of the world leaders in Enterprise Content Management, the EMC Documentum family of applications helps you manage all types of content across multiple departments within a single repository. With the Web Content Management suite of applications, you can efficiently manage content and underlying processes for your Web properties, and ensures that they are responsive to business needs. To fully realize the power of this system can seem daunting, but this book will help you achieve that. With easy to follow examples, this book will take you the simplest and most straightforward route to success. Along the way, you will learn insights that only a seasoned professional would know. Packed with practical examples, you will get hands-on with the powerful features of Documentum to grow your skills and confidence. You will see tips and tricks to handle complexities of the system, and avoid the common errors that waste your time. From installing and getting started with Documentum, you will see how to design and develop Documentum applications, before rounding off with deployment. The book covers: -Understand the basic components of the Documentum system -Install, configure, and get started with Documentum -Design Documentum applications and custom object types -Create rules and presentation files -Master workflows and create custom workflows -Deploy Documentum applications |
![]() ![]() You may like...
Computational Statistical Physics - From…
K.H. Hoffmann, Michael Schreiber
Hardcover
R3,057
Discovery Miles 30 570
Advances in Embedded Computer Vision
Branislav Kisacanin, Margrit Gelautz
Hardcover
Algorithm Design: A Methodological…
Patrick Bosc, Marc Guyomard, …
Paperback
R1,641
Discovery Miles 16 410
Computer-Aided Design of Microfluidic…
Kai Hu, Krishnendu Chakrabarty, …
Hardcover
Bio-inspired Algorithms for Data…
Simon James Fong, Richard C. Millham
Hardcover
R4,924
Discovery Miles 49 240
|