Wednesday, March 20, 2013

Oracle Big Data - Oracle NoSQL Connectivity with JDeveloper

Oracle Big Data - Oracle NoSQL Connectivity with JDeveloper 

First, we’ll need to configure the NoSQL database server as an external tool in JDeveloper. Select Tools>External Tools. In the External Tools window select New. In the Create External Tool wizard select Tool Type: External Program and click Next. In Program Options, specify the following program options.




Field
Value
Program Executable
C:\Program Files\Java\jdk1.7.0_17\bin\java.exe
Arguments
-jar ./lib/kvstore-1.2.123.jar kvlite
Run Directory
C:\OracleNoSQL\kv-2.0.26


(a)





(b)








(c)


(d)




(e)









(f) Start NoSQL instance from JDeveloper




(g)

The NoSQL Database store has the following args by default:
Arg
Value
-root
kvroot
-store
kvstore
-host
localhost
-port
5000
-admin
5001





Amazon Bedrock and AWS Rekognition comparison for Image Recognition

 Both Amazon Bedrock and AWS Rekognition are services provided by AWS, but they cater to different use cases, especially when it comes to ...