/couchbase-java-client

java couchbase client example with crud operations

Primary LanguageJava

Download project

$ git clone https://github.com/lvntyldz/couchbase-java-client

navigate to source

$ cd couchbase-java-client

build and run couchbase a docker container

$ cd ./docker && ./run.sh && cd ..

Visit below URL from web browser to show all buckets you created.
[http://localhost:8091/ui/index.html#/buckets](http://localhost:8091/ui/index.html#/buckets)

For More Information