Skip to content

Home

Welcome

Welcome to Unovie.AI a AI Edge computing platform.

Ground Principles

Few ground rules you need to aware as your working with the larger team.

  • Git is the source of truth, we all will be having local sandbox environments but in the end we converge in github
    • everything and anything you do have to be committed onto git and that's how you collabrate. No code update on git means no work done.
  • Linux is your local working environment.
    • everybody can install there local sandbox by following these instructions.
    • your local sandbox is personal to you, and it allows you to try all your changes locally before you commit them into git.
    • everything we do will be packaged as docker container, so it can be deployed on target exactly the same way it was tested in sandbox.
    • AI and Cloud has no windows experience, so as programmer you are expected to master linux, so get comfortable with it sooner.
  • API is how we talk
    • Learn REST and OPENAPI standards.
    • Anything data you need to share with another system or container has to be REST API
  • SQL is DataScience.
    • Expecting you master your SQL skills, we will be using postgres database
    • Jupyter Notebook to run python programs

We need you favor to improve this documentation. Please volunteer yourself if you can help make this better or post us some comments on Zulip Channel of what changes you like to see and we will update it for you.

Cheers.