/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.

Primary LanguagePython

📗 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)