Code Monkey home page Code Monkey logo

json-in-db's Introduction

Oracle Database JSON Examples

  • JdbcExamples - a collection of small examples that show how to work with JSON type column values in JDBC 21c+

  • MongoExamples - examples of using the Oracle API for MongoDB from a Java program

  • SodaExamples - a collection of small examples that show how to work with JSON collections in the Autonomous Database (19c+).

  • MuShop - a cloud-native microservice written in Java. The service stores shopping cart data in the autonomous database using JSON collections (SODA).

  • 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 - a web application written in JavaScript/Node.js that uses JSON collections (SODA) to store wine collection data.

  • SODA Lab - a lab on using SODA Node.js in the autonomous database.

  • Microservices With Node & SODA - Step-by-step instructions on creating a microservice using Node.js and SODA in the autonomous database.

  • Python and AJD - 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

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2014, 2023 Oracle and/or its affiliates.

Released under the MIT License

json-in-db's People

Contributors

dependabot[bot] avatar gvenzl avatar jjspiegel avatar kzhou312 avatar markddrake avatar miguelsilvar avatar morgiyan avatar spavlusieva avatar srikrishnans avatar srinivaskareenhalli avatar vedantmahajanoracle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

json-in-db's Issues

Execution errors. python 2.7 & Python 3.7

(jsonenv) host:Python-Demo-App.2x gpabon$ python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from hello import db, app
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/init.py", line 1, in
from hello import views
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/views.py", line 3, in
from hello import app, db, login_manager, db_connection
ImportError: cannot import name app

Typo found in word 'timetamps'

While using this code, I encountered a typo in the files :
YCSB/ycsb-soda/core/src/main/java/com/yahoo/ycsb/workloads/TimeSeriesWorkload.java
YCSB/ycsb-soda/core/src/main/java/site/ycsb/workloads/TimeSeriesWorkload.java

The word 'timetamps' was incorrectly used instead of 'timestamp'. I have corrected this typo and opened a pull request referencing the corresponding issue number.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.