You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Oracle NoSQL Database On Premise](https://docs.oracle.com/en/database/other-databases/nosql-database/)
103
106
104
107
## Oracle NoSQL SDK
105
108
106
-
The Oracle NoSQL SDK drivers provide interfaces, documentation, and examples to help develop applications that connect to
107
-
the Oracle NoSQL Database Cloud Service or Oracle NoSQL Database.
109
+
The Oracle NoSQL SDK drivers provide interfaces, documentation, and examples
110
+
to help develop applications that connect to the Oracle NoSQL Database Cloud
111
+
Service or Oracle NoSQL Database.
108
112
109
113
-[Oracle NoSQL SDK for Java](https://github.com/oracle/nosql-java-sdk)
110
114
-[Node.js for Oracle NoSQL Database](https://github.com/oracle/nosql-node-sdk)
@@ -117,10 +121,14 @@ the Oracle NoSQL Database Cloud Service or Oracle NoSQL Database.
117
121
## Oracle NoSQL Plugins
118
122
119
123
Oracle NoSQL Database Plugins enhances your experience of building an application:
120
-
-[Oracle NoSQL Database IntelliJ Plugin](https://github.com/oracle/nosql-intellij-plugin). The Intellij plugins is hosted in GitHub.
121
-
-[Oracle NoSQL Database Visual Studio Plugin](https://marketplace.visualstudio.com/items?itemName=Oracle.nosql-vscode). The Visual Studio Marketplace hosts a Visual Studios plugin for NoSQL
-[Oracle NoSQL Database Visual Studio Plugin](https://marketplace.visualstudio.com/items?itemName=Oracle.nosql-vscode).
128
+
The Visual Studio Marketplace hosts a Visual Studios plugin for NoSQL
122
129
123
130
You can use Oracle NoSQL Database plugins to:
131
+
124
132
- View the tables in a well-defined tree structure with Table Explorer.
125
133
- View information on columns, indexes, primary key(s), and shard key(s) for a table.
126
134
- Create tables using form-based schema entry or supply DDL statements.
@@ -130,23 +138,29 @@ You can use Oracle NoSQL Database plugins to:
130
138
- and much more
131
139
132
140
## Container image on GitHub repository
133
-
This [GitHub repository](https://github.com/oracle/docker-images/tree/main/NoSQL) contains Dockerfiles, documentation and samples to build container images for Oracle NoSQL.
134
141
135
-
**Highlights**
136
-
137
-
1. This container image can be used by application developers who need to develop and unit test their Oracle NoSQL Database applications.
138
-
2. Behind the scene, we are using KVlite, and I added HTTP Proxy support
139
-
3. This container image was built on open-source NoSQL and published in GitHub Container Registry.
140
-
4. Users can clone this repository and build their image or pull the image directly from the GitHub Container Registry
141
-
5. There are 2 container images available, one using a secure configuration and one using a non-secure configuration
142
+
This [GitHub repository](https://github.com/oracle/docker-images/tree/main/NoSQL)
143
+
contains Dockerfiles, documentation and samples to build container images for
144
+
Oracle NoSQL.
142
145
146
+
### Highlights
143
147
148
+
1. This container image can be used by application developers who need to
149
+
develop and unit test their Oracle NoSQL Database applications.
150
+
2. Behind the scene, we are using KVlite, and I added HTTP Proxy support
151
+
3. This container image was built on open-source NoSQL and published in GitHub
152
+
Container Registry.
153
+
4. Users can clone this repository and build their image or pull the image
154
+
directly from the GitHub Container Registry
155
+
5. There are 2 container images available, one using a secure configuration
156
+
and one using a non-secure configuration
144
157
145
158
## Help
146
159
147
160
There are a few ways to get help or report issues:
148
161
149
-
- Open an issue in the [Issues](https://github.com/oracle/nosql/issues) page or start a [Discussion](https://github.com/oracle/nosql/discussions).
162
+
- Open an issue in the [Issues](https://github.com/oracle/nosql/issues) page
163
+
or start a [Discussion](https://github.com/oracle/nosql/discussions).
150
164
- Post your question on the [Oracle NoSQL Database Community](https://forums.oracle.com/ords/apexds/domain/dev-community/category/nosql_database?tags=nosql-database-discussions).
151
165
- Please send email to: [NoSQL help mailbox](mailto:nosql_mb@oracle.com)
0 commit comments