Andy Dent - Getting Started with LevelDB
Here you can read online Andy Dent - Getting Started with LevelDB full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Romance novel
Science fiction
Adventure
Detective
Science
History
Home and family
Prose
Art
Politics
Computer
Non-fiction
Religion
Business
Children
Humor
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
- Book:Getting Started with LevelDB
- Author:
- Publisher:Packt Publishing
- Genre:
- Year:2013
- Rating:3 / 5
- Favourites:Add to favourites
- Your mark:
Getting Started with LevelDB: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "Getting Started with LevelDB" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
Store and retrieve key-value based data quickly on iOS and OS X using LevelDB
Overview
- Understand how a sorted key-value store like LevelDB can support any app.
- Learn to use LevelDB from simple C++ code on iOS and OS/X
- Use LevelDB as a support for any OS/X, iPhone, or iPad app through a series of practical examples
In Detail
Mobile and standalone desktop apps often need to store and rapidly retrieve data. LevelDB scales from a few simple values up to trillions of records and is flexible enough to store any kind of data.
Getting Started with LevelDB progresses through the sophisticated ways to use databases. It starts by explaining how to install and build LevelDB from the basics, and moves on to explain the different Objective-C layers for LevelDB. It can be used as an introduction to database-backed iOS apps, as well as provides clarification to key-value stores and helps you understand how they relate to SQL.
LevelDB is a flexible data solution that uses key-value stores to allow for the development of highly complex, efficient data storage systems. From the basics of data storage and retrieval to complex cases involving data storage for apps, this book covers a wide range of LevelDB topics.
Even relatively simple apps may have the need to search their data using different terms. Getting Started with LevelDB shows how to design keys to retrieve and store data efficiently. You will learn how its levelled nature delivers speedy writes and how to tune its settings and design for performance. You will also see a few techniques for debugging and tuning.
Getting Started with LevelDB will leave you as an accomplished LevelDB programmer, confident you can build a complex database-backed app with high performance on iOS or OS/X.
What you will learn from this book
- Install LevelDB and program in C++ or Objective-C to build OS/X, iPhone, and iPad apps
- Extend simple sorted key-value stores to support graph and relational data styles
- Understand iOS interface building for an app that uses databases
- Learn the GUI patterns needed for a database-backed app
- Explore debugging features by adding an embedded web server to your iOS app
- Install additional libraries and see how to use LevelDB from JavaScript via Node as well as Ruby and Python
- Compare SQL to LevelDB including SQL-like relational schemas and learn the implementation obligations to maintain database integrity
Approach
The book is a concise guide for using LevelDB. It explains database concepts and the use of C++, ranging from the basics all the way to high level topics in an easy to follow, step-by-step format.
Who this book is written for
The book is meant for developers who want an embedded database for their applications. Experienced programmers can pick up on the sophisticated data mapping patterns and tuning tips.
Getting Started with LevelDB requires a minimal background in programming in C++ or Objective-C for OS/X or iOS and familiarity with XCode. Therefore it teaches enough C++ to use LevelDB without presuming any C++ knowledge, so is suitable for beginner Objective-C programmers.
Andy Dent: author's other books
Who wrote Getting Started with LevelDB? Find out the surname, the name of the author of the book and a list of all author's works by series.