Tamunokuro / Schema-Reader-Data2Bots

This is my attempt in solving the Schema Reader problem. This project reads the schema provided in the data directory and dumps the translated data into the schema directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Schema Reader

This is my attempt in solving the Schema Reader problem. This project reads the schema provided in the data directory and dumps the translated data into the schema directory.
P.S The data type OBJECT was not specified in the problem given, I added it to represent JSON schema when the value is a JSON object

How to use this project

Add schemas to the data directory. You can check the data folder in the root directory to see the data examples and after that run the command py main.py

πŸ›  Built With

Prerequisites

In order to run this project you need:

Key Features

  • Reads schema data
  • Writes translated schema data

(back to top)

πŸš€ Live Demo

Not available

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  git clone git@github.com:Tamunokuro/Schema-Reader-Data2Bots.git

Install

Install this project with:

  cd Schema-Reader-Data2Bots

Usage

To run the project, execute the following command:

  py main.py

Run tests

To run tests, run the following command:

  python -m unittest tests/test_json_loader.py

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

This is my attempt in solving the Schema Reader problem. This project reads the schema provided in the data directory and dumps the translated data into the schema directory.


Languages

Language:Python 100.0%