https://github.com/oracle/json-in-db
Oracle Database JSON Examples
https://github.com/oracle/json-in-db
json oracle-database
Last synced: 5 months ago
JSON representation
Oracle Database JSON Examples
- Host: GitHub
- URL: https://github.com/oracle/json-in-db
- Owner: oracle
- License: mit
- Created: 2014-06-10T01:37:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T15:29:44.000Z (9 months ago)
- Last Synced: 2025-09-17T23:59:22.220Z (6 months ago)
- Topics: json, oracle-database
- Language: Java
- Homepage: https://docs.oracle.com/en/database/oracle/oracle-database/19/adjsn/index.html
- Size: 79.7 MB
- Stars: 100
- Watchers: 26
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Oracle Database JSON Examples
* [JdbcExamples](JdbcExamples) - a collection of small
examples that show how to work with JSON type column values in JDBC
21c+
* [MongoExamples](MongoExamples) - examples of using the Oracle API for
MongoDB from a Java program
* [SodaExamples](SodaExamples) - a collection of small
examples that show how to work with JSON collections in the Autonomous Database (19c+).
* [MuShop](https://github.com/oracle-quickstart/oci-cloudnative/tree/master/src/carts) - a cloud-native microservice written in Java. The service stores shopping cart data in the autonomous database using JSON collections (SODA).
* [MuSprint](MuSprint) - a web application designed to track sprint user stories on a story board. Stories are organized into 'To Do', 'In Progress' or 'Completed' category. The application is built using the SERN stack (SODA, Express.js, React.js, Node.js).
* [WineDemo](WineDemo) - a web application written in
JavaScript/Node.js that uses JSON collections (SODA) to store wine
collection data.
* [SODA Lab](https://dmcghan.github.io/soda-hol/?page=README.md) - a
lab on using SODA Node.js in the autonomous database.
* [Microservices With Node &
SODA](https://blogs.oracle.com/developers/creating-a-microservice-with-node-soda-json-document-storage-in-autonomous-db) - Step-by-step instructions on creating a microservice using Node.js
and SODA in the autonomous database.
* [Python and AJD](https://cool.devo.build/tutorials/lol-optimizer-using-oci-extraction-processing) - This article shows how to process JSON data from Riot Games API using python and the Autonomous JSON Database.
## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2014, 2023 Oracle and/or its affiliates.
Released under the MIT License