Practical PostgreSQL

Practical PostgreSQL
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 639
Release :
ISBN-10 : 9781449310103
ISBN-13 : 1449310109
Rating : 4/5 (03 Downloads)

Synopsis Practical PostgreSQL by : Joshua D. Drake

Arguably the most capable of all the open source databases, PostgreSQL is an object-relational database management system first developed in 1977 by the University of California at Berkeley. In spite of its long history, this robust database suffers from a lack of easy-to-use documentation. Practical PostgreSQL fills that void with a fast-paced guide to installation, configuration, and usage. This comprehensive new volume shows you how to compile PostgreSQL from source, create a database, and configure PostgreSQL to accept client-server connections. It also covers the many advanced features, such as transactions, versioning, replication, and referential integrity that enable developers and DBAs to use PostgreSQL for serious business applications. The thorough introduction to PostgreSQL's PL/pgSQL programming language explains how you can use this very useful but under-documented feature to develop stored procedures and triggers. The book includes a complete command reference, and database administrators will appreciate the chapters on user management, database maintenance, and backup & recovery. With Practical PostgreSQL, you will discover quickly why this open source database is such a great open source alternative to proprietary products from Oracle, IBM, and Microsoft.

Practical PostgreSQL

Practical PostgreSQL
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 639
Release :
ISBN-10 : 9781565928466
ISBN-13 : 1565928466
Rating : 4/5 (66 Downloads)

Synopsis Practical PostgreSQL by : John Worsley

CD-ROM contains: LXP 0.80 -- PostgresSQL 7.1.3.

PostgreSQL: Up and Running

PostgreSQL: Up and Running
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 167
Release :
ISBN-10 : 9781449326296
ISBN-13 : 1449326293
Rating : 4/5 (96 Downloads)

Synopsis PostgreSQL: Up and Running by : Regina O. Obe

Thinking of migrating to PostgreSQL? This updated guide helps you quickly understand and use the 9.3 release of this open source database system. You’ll not only learn about its unique enterprise-class features, but also discover that PostgeSQL is more than just a database system—it’s also an impressive application platform. Using numerous examples, this book shows you how to achieve tasks that are difficult or impossible in other databases. The second edition covers LATERAL queries, augmented JSON support, materialized views, and other key topics. If you’re an existing PostgreSQL user, you’ll pick up gems you may have missed along the way. Learn basic administration tasks, such as role management, database creation, backup, and restore Apply the psql command-line utility and the pgAdmin graphical administration tool Explore PostgreSQL tables, constraints, and indexes Learn powerful SQL constructs not generally found in other databases Use several different languages to write database functions Tune your queries to run as fast as your hardware will allow Query external and variegated data sources with Foreign Data Wrappers Learn how to replicate data, using built-in replication features

Beginning Databases with PostgreSQL

Beginning Databases with PostgreSQL
Author :
Publisher : Apress
Total Pages : 650
Release :
ISBN-10 : 9781430200185
ISBN-13 : 1430200189
Rating : 4/5 (85 Downloads)

Synopsis Beginning Databases with PostgreSQL by : Richard Stones

*The most updated PostgreSQL book on the market, covering version 8.0 *Highlights the most popular PostgreSQL APIs, including C, Perl, PHP, and Java *This is two books in one; it simultaneously covers key relational database design principles, while teaching PostgreSQL

Practical PostgreSQL

Practical PostgreSQL
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 638
Release :
ISBN-10 : 9781449310288
ISBN-13 : 1449310281
Rating : 4/5 (88 Downloads)

Synopsis Practical PostgreSQL by : Joshua D. Drake

Arguably the most capable of all the open source databases, PostgreSQL is an object-relational database management system that--until now--lacked comprehensive, easy-to-use documentation. Practical PostgreSQL is a fast-paced guide that shows you how to get PostgreSQL installed, configured, and running. This comprehensive book delves into the many advanced features of the PostgreSQL Application Server, LXP, including the the use of SQL within PostgreSQL, and covers basic PostgreSQL database administration.

Practical SQL, 2nd Edition

Practical SQL, 2nd Edition
Author :
Publisher : No Starch Press
Total Pages : 466
Release :
ISBN-10 : 9781718501072
ISBN-13 : 1718501072
Rating : 4/5 (72 Downloads)

Synopsis Practical SQL, 2nd Edition by : Anthony DeBarros

Analyze data like a pro, even if you’re a beginner. Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source database PostgreSQL and its companion pgAdmin interface, and the concepts you learn will apply to most database management systems, including MySQL, Oracle, SQLite, and others.* You’ll first cover the fundamentals of databases and the SQL language, then build skills by analyzing data from real-world datasets such as US Census demographics, New York City taxi rides, and earthquakes from US Geological Survey. Each chapter includes exercises and examples that teach even those who have never programmed before all the tools necessary to build powerful databases and access information quickly and efficiently. You’ll learn how to: Create databases and related tables using your own data Aggregate, sort, and filter data to find patterns Use functions for basic math and advanced statistical operations Identify errors in data and clean them up Analyze spatial data with a geographic information system (PostGIS) Create advanced queries and automate tasks This updated second edition has been thoroughly revised to reflect the latest in SQL features, including additional advanced query techniques for wrangling data. This edition also has two new chapters: an expanded set of instructions on for setting up your system plus a chapter on using PostgreSQL with the popular JSON data interchange format. Learning SQL doesn’t have to be dry and complicated. Practical SQL delivers clear examples with an easy-to-follow approach to teach you the tools you need to build and manage your own databases. * Microsoft SQL Server employs a variant of the language called T-SQL, which is not covered by Practical SQL.

Mastering PostgreSQL in Application Development

Mastering PostgreSQL in Application Development
Author :
Publisher : Lulu.com
Total Pages : 332
Release :
ISBN-10 : 024494525X
ISBN-13 : 9780244945251
Rating : 4/5 (5X Downloads)

Synopsis Mastering PostgreSQL in Application Development by : Dimitri Fontaine

Mastering PostgreSQL in Application Development is intended for developers working on applications that use a database server. The book addresses specifically the PostgreSQL RDBMS: it actually is the world's most advanced Open Source database as said in its slogan on the official website. By the end of this book, you will know why, and agree!

PostgreSQL Server Programming - Second Edition

PostgreSQL Server Programming - Second Edition
Author :
Publisher : Packt Publishing Ltd
Total Pages : 320
Release :
ISBN-10 : 9781783980598
ISBN-13 : 1783980591
Rating : 4/5 (98 Downloads)

Synopsis PostgreSQL Server Programming - Second Edition by : Usama Dar

This book is for moderate to advanced PostgreSQL database professionals who wish to extend PostgreSQL, utilizing the most updated features of PostgreSQL 9.4. For a better understanding of this book, familiarity with writing SQL, a basic idea of query tuning, and some coding experience in your preferred language is expected.

Practical Microservices

Practical Microservices
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 406
Release :
ISBN-10 : 9781680507799
ISBN-13 : 1680507796
Rating : 4/5 (99 Downloads)

Synopsis Practical Microservices by : Ethan Garofolo

MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your sleeves with real projects and learn the most important concepts of evented architectures. You'll have your own deployable, testable project and a direction for where to go next. Much ink has been spilled on the topic of microservices, but all of this writing fails to accurately identity what makes a system a monolith, define what microservices are, or give complete, practical examples, so you're probably left thinking they have nothing to offer you. You don't have to be at Google or Facebook scale to benefit from a microservice-based architecture. Microservices will keep even small and medium teams productive by keeping the pieces of your system focused and decoupled. Discover the basics of message-based architectures, render the same state in different shapes to fit the task at hand, and learn what it is that makes something a monolith (it has nothing to do with how many machines you deploy to). Conserve resources by performing background jobs with microservices. Deploy specialized microservices for registration, authentication, payment processing, e-mail, and more. Tune your services by defining appropriate service boundaries. Deploy your services effectively for continuous integration. Master debugging techniques that work across different services. You'll finish with a deployable system and skills you can apply to your current project. Add the responsiveness and flexibility of microservices to your project, no matter what the size or complexity. What You Need: While the principles of this book transcend programming language, the code examples are in Node.js because JavaScript, for better or worse, is widely read. You'll use PostgreSQL for data storage, so familiarity with it is a plus. The books does provide Docker images to make working with PostgreSQL a bit easier, but extensive Docker knowledge is not required.

PgRouting

PgRouting
Author :
Publisher : Locate Press
Total Pages :
Release :
ISBN-10 : 0989421732
ISBN-13 : 9780989421737
Rating : 4/5 (32 Downloads)

Synopsis PgRouting by : Regina Obe

What is pgRouting? It's a PostgreSQL extension for developing network routing applications and doing graph analysis. This book will give you all the tools and information you need to get started with pgRouting, as well as complete code examples and even how to deploy your project to the web.