Creating a NoSQL Project in IntelliJ

Learn how to create a NoSQL project in IntelliJ.

Perform the following steps:
  1. Open IntelliJ IDEA. Click File > New > Project.
  2. Select Oracle NoSQL examples from the explorer window, and click Next.
  3. Browse to the location where you extracted Oracle NoSQL Java SDK on your hard-disk, and click OK.
    For example, if you extracted the Oracle NoSQL Java SDK in your D:\ drive, the path looks like D:\oracle-nosql-java-sdk-5.2.11
  4. Click Next.
  5. Enter a value for Project Name and Project Location, and click Finish.
  6. Once your NoSQL project is created, you can browse the example java files from the Project Explorer window.
After you successfully create a NoSQL project in IntelliJ, connect your project to your Oracle NoSQL Database KVStore.