About Eclipse plugin

Build and run your Oracle NoSQL Database applications quickly from the Eclipse IDE.

To enhance your experience of building an Oracle NoSQL Database application, a plugin is available in Eclipse. This plugin connects to a running instance Oracle NoSQL Database KVStore and allows you to:

  • Quickly get started with Oracle NoSQL Database by using the examples available with the plugin.
  • Explore development/test date from tables in your Oracle NoSQL Database KVStore.
  • Build and test your queries.
  • Retrieve columns, indexes, primary keys, and shard keys for each table.
  • Build and test your SQL queries on a table and obtain results in a tabular format.
  • View the date in each column in the JSON format.
To use the Eclipse plugin:
  1. Download the eclipse plugin from Oracle Technology Network.
  2. Follow the instructions given in the README file and install the plugin.
  3. After installing the Eclipse plugin, you can connect to your Oracle NoSQL Database KVStore and execute the code to read/write the tables. For more details, you can access the help content embedded within Eclipse.
    To access the help content:
    1. Click Help Contents from the Help menu.
    2. Locate and expand the Oracle NoSQL Plugin Help Contents section. This lists all the help topics available for Oracle NoSQL Plugin.
    3. Refer the help topic as per your requirement.

Note:

The Oracle NoSQL Database Eclipse plugin works with Eclipse Neon 4.6 and later.