The main Kite repo (originally kiteco/kiteco) was intended for private use. It has been lightly adapted for publication here by replacing private information with XXXXXXX. As a result, many components here may not work out of the box. We used a variety of infrastructure, on a mix of cloud platforms, depending on what was most economical, though it was mostly on AWS. You should be able to develop, build, and test Kite entirely on your local machine. However, we do have cloud instances & VMs available for running larger jobs and for testing our cloud services. We bundle a lot of pre-computed datasets & machine learning models into the Kite app through the use of a custom filemap & encoding on top of go-bindata. The data, located in kite-go/client/datadeps, is kept in Git-LFS.
Features
- Our codebase is primarily Go. (kite-go, kite-golib directories)
- Infrastructure uses Terraform (for AWS) provisioning, and Fabric/shell scripts for deployment and management of remote hosts (devops directory)
- You need VPN credentials to access any of our remote AWS (or Azure) hosts
- Platform-specific logic & instructions live in subdirectories osx, windows, linux. You probably don't need these
- You should be able to develop, build, and test Kite entirely on your local machine
- Your Go code should pass several quality criteria before being allowed into the master branch