Current section
Files
Jump to
Current section
Files
README.md
# Workbench - From Idea to Execution
[](https://github.com/fremantle-industries/workbench/actions?query=workflow%3Atest)
Manage your trading operation across a globally distributed cluster
## Project Goals
`workbench` strives to provide a first class development environment that brings the same
productivity and performance benefits from the [Phoenix](https://www.phoenixframework.org/)
& [Elixir](https://elixir-lang.org/) community to real time algorithmic and quant workflows.
## Features
### Remotely Control Trade Instances in the Cloud

### Live Portfolio Tracking & Historical Snapshots
[](https://youtu.be/cklMhS0KD88)
### Watch System, Research & Trade Metrics Across Your Cluster

### Track Cold Storage

### Explore Products within the Trading Universe


## Planned Features
- Notifications
- Backtester
- Trade Execution Reports
## Requirements
- [Erlang OTP](https://www.erlang.org/)
- [Elixir](https://elixir-lang.org/)
- [Phoenix](https://www.phoenixframework.org/)
- [Tai](https://github.com/fremantle-industries/tai)
- [Postgres](https://www.postgresql.org/)
- [Google OAuth 2.0](https://developers.google.com/identity/protocols/OAuth2)
## Install
Clone the repository
```
$ git clone https://github.com/fremantle-industries/workbench.git /tmp/workbench && cd /tmp/workbench
```
## Development
You can run the app natively on the host
```bash
$ docker-compose up db
$ mix setup
$ mix phx.server
```
Or within `docker-compose`
```
$ docker-compose up
```
Wait a few seconds for the app to boot and you should be able to view the app at `http://workbench.lvh.me:4000`
## Test
```bash
$ docker-compose up db
$ mix test
```
## Oauth
Start by following the setup guide [here](https://developers.google.com/adwords/api/docs/guides/authentication)
Once finished setting up GCS Oauth add your Client-ID and Client-Secret to your .env file
In the credentials section of your GCS dashboard select `Create Credentials`
Under `Authorized JavaScript origins` add:
```bash
http://localhost
```
Under `Authorized redirect URIs` add:
```bash
http://localhost:4000/auth/google/callback
```
Save this and re-open workbench in a private tab
## Help Wanted :)
If you think this `workbench` thing might be worthwhile and you don't see a feature
we would love your contributions to add them! Feel free to drop us an email or open
a Github issue.
## Authors
* [Alex Kwiatkowski](https://github.com/rupurt) - alex+git@fremantle.io
## License
`workbench` is released under the [MIT license](./LICENSE.md)