AWSInfinidash

Build Status Code Style: Blue

by David Cuthbert (@Kangadac)

AWS Infinidash Interface for Julia.

This package wraps up the standard Infinidash SDK from AWS.jl in to a more idiomatic Julia interface.

Right now it is still very bare bones. PRs welcome!

Demo

julia> using AWSInfinidash

julia> i8h
#1 (generic function with 1 method)

julia> I8h
Main.Infinidash

Planned Features

  • Compostable pipelines
  • Combine all the foo_x, foo_y, foo_z methods into one foo(t, ...) function with multiple dispatch.
  • Docs.