Search:

Search all manuals
Search this manual
Manual
Getting Started with Membase and Java
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Getting Started with Membase and Java
Chapter Sections
Chapters

1. Introduction

Now that you've installed Membase and have probably created a cluster of Membase servers, it is time to install the client library library, spymemcached, and start storing data into it.

Here's a quick outline of what you'll learn in this article:

  1. Download the Java Membase Client Library, spymemcached.

  2. Create an Eclipse project and set up the Membase Client Library as a referenced library.

  3. Write a simple program to demonstrate connecting to Membase and saving some data.

  4. Explore some of the API methods that will take you further than the simple program.