How to test couchbase cluster ?
Hi All,
I have setup a couchbase cluster of 4 servers, could anyone please let me know how to test the cluster by uploading data(how to do that) or anything else?
I am new to couchbase, so if you could pls let me know step by step in detail it would be really helpful!
Regards
Bharath
Hello Neo-Matrix,
Apologies for not specifying the details. I am using the latest CB 2.0 version in Red Hat Linux. How can I hit the database and retrieve, basically everything in testing ??
Thanks & regards
Bharath
Hi Bharath,
You can use one of the couchbase SDK(clients) like PHP, Java, C, .NET etc in order to create a sample application/program to set & get data to & from couchbase. There are tutorials available with Videos for beginners. If you do not have any experience using this Programming languages still you can do that by simply following the Getting Started guide. If you have any specific issue while trying this, i would appreciate your questions in this forum.
Thanks,
Neo
Hi Bharath,
What is the OS you are using like Centos/Ubuntu/Windows. Just to know for further discussions. And may i know which version of CB you have installed. And is it on cloud like AWS or is it in your PC/Servers.
But for now, to dump some dummy data you can use the memcachetest script,
Path for Centos: /opt/couchbase/bin/memcachetest,
Windows : C:\Programfiles\Couchbase\Server\bin\memcachetest.
This will auto populate the data in the default bucket or you can configure couchbase buckets with dedicated port numbers and use them to dump data by running the memcachetest script.
For further building applications, Please download and install the Client libraries. Which you will find in www.couchbase.com/downloads.
Also the Client SDK's has sample Programs, Tutorials & Get Started guidesare available.
Feel free to post your questions.
Thanks,
Neo