This contains the code for the new Hamilton UI. For an overview of getting started & features see this documentation. For a lengthier post and intro see our blog post.
The Hamilton UI is a system that provides the following capabilities:
The UI is meant to monitor/debug Hamilton dataflows both in development and production. The aim is to enable dataflow authors to move faster during all phases of the software development lifecycle.
For an overview of some of these features you can watch this quick video.
You can watch this video walkthrough on getting set up.
Make sure you have docker running:
# clone the repository if you haven't git clone https://github.com/dagworks-inc/hamilton # change into the UI directory cd hamilton/ui # run docker ./deployment/run.sh
Once docker is running navigate to http://localhost:8242 and create an email and a project; then follow instructions on integrating with Hamilton.
A fuller guide can be found here.
The architecture is simple.
The tracking server stores data on postgres, as well as any blobs on s3. This is stored in a docker volume on local mode. The frontend is a simple React application. There are a few authentication/ACL capabilities, but the default is to use local/unauthenticated (open). Please talk to us if you have a need for more custom authentication.
There are a few directories that are not licensed under the BSD-3 Clear Clause license. These are:
See the main repository LICENSE for details, else the LICENSE file in the respective directories mentioned above.