Skip to Main Content

NoSQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to run kvstore server with REST API enabled?

Zemian Deng-OracleDec 13 2023 — edited Dec 13 2023

Hi,

I am learning how to us the Oracle NoSQL Database kv-22.3.44. I am able to start the kvlite server like this:

cd kv-22.3.44
java -jar lib/kvstore.jar kvlite -secure-config disable -admin-web-port 5001

When the server is running, I tried to connect REST with http://localhost:5001/V0/nosql, however the port 5001 does not seem to be listening to any client request. What is the proper way to start the server with REST enabled?

Thanks,

Zemian

Comments

Processing

Post Details

Added on Dec 13 2023
4 comments
368 views