Skip to content

Commit 90c8908

Browse files
authored
Update README.md
1 parent f875908 commit 90c8908

File tree

1 file changed

+46
-5
lines changed

1 file changed

+46
-5
lines changed

README.md

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ running on Gen 2 Oracle Cloud Infrastructure hardware.
1414
## Prerequisites
1515

1616
- Java SE 11 or later installed on all Storage Nodes
17-
- Download and install a [Java](https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html)
17+
- Download and install a [Java](https://www.oracle.com/java/technologies/downloads/)
1818
binary release suitable for your system. See the install and setup
1919
instructions on that page.
2020
- Maven 3.5.0 or later for build
@@ -98,14 +98,55 @@ mvn -P it.kvtif verify
9898

9999
General documentation about the Oracle NoSQL Database and the Oracle NoSQL Database Cloud Service can be found in these locations:
100100

101-
* [Oracle NoSQL Database Cloud Service](https://docs.oracle.com/en/cloud/paas/nosql-cloud/nosql_dev.html)
101+
* [Oracle NoSQL Database Cloud Service](https://docs.oracle.com/en/cloud/paas/nosql-cloud/)
102102
* [Oracle NoSQL Database On Premise](https://docs.oracle.com/en/database/other-databases/nosql-database/)
103103

104+
## Oracle NoSQL SDK
105+
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.
108+
109+
- [Oracle NoSQL SDK for Java](https://github.com/oracle/nosql-java-sdk)
110+
- [Node.js for Oracle NoSQL Database](https://github.com/oracle/nosql-node-sdk)
111+
- [.NET SDK for Oracle NoSQL Database](https://github.com/oracle/nosql-dotnet-sdk)
112+
- [Oracle NoSQL Database Go SDK](https://github.com/oracle/nosql-go-sdk)
113+
- [Oracle NoSQL Database SDK for Spring Data](https://github.com/oracle/nosql-spring-sdk)
114+
- [Oracle NoSQL Database Python SDK](https://github.com/oracle/nosql-python-sdk)
115+
- [Oracle NoSQL Database Rust SDK](https://github.com/oracle/nosql-rust-sdk)
116+
117+
## Oracle NoSQL Plugins
118+
119+
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
122+
123+
You can use Oracle NoSQL Database plugins to:
124+
- View the tables in a well-defined tree structure with Table Explorer.
125+
- View information on columns, indexes, primary key(s), and shard key(s) for a table.
126+
- Create tables using form-based schema entry or supply DDL statements.
127+
- Create Indexes.
128+
- Execute SELECT SQL queries on a table and view query results in tabular format.
129+
- Execute DML statements to update, insert, and delete data from a table.
130+
- and much more
131+
132+
## 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+
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 Community Edition 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+
143+
144+
104145
## Help
105146

106147
There are a few ways to get help or report issues:
107148

108-
- Open an issue in the [Issues](./issues) page.
149+
- Open an issue in the [Issues](https://github.com/oracle/nosql-community-edition/issues) page or start a [Discussion](https://github.com/oracle/nosql-community-edition/discussions).
109150
- 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).
110151
- Please send email to: [NoSQL help mailbox](mailto:nosql_mb@oracle.com)
111152

@@ -128,7 +169,7 @@ security vulnerability disclosure process
128169

129170
## License
130171

131-
Copyright (C) 2024, 2025 Oracle and/or its affiliates. All rights reserved.
172+
Copyright (C) 2011, 2025 Oracle and/or its affiliates. All rights reserved.
132173

133-
This SDK is licensed under the Apache License 2.0. See
174+
This software is licensed under the Apache License 2.0. See
134175
[LICENSE](./LICENSE.txt) for details.

0 commit comments

Comments
 (0)