Giter Site home page Giter Site logo

awsbatch.jl's People

Contributors

bbrietzke avatar bors[bot] avatar expandingman avatar github-actions[bot] avatar mattbrzezinski avatar mjram0s avatar nicoleepp avatar omus avatar oxinabox avatar rofinn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

expandingman

awsbatch.jl's Issues

AWSBatch Interface

Currently the AWSBatch interface is somewhere in between a high-level Julia interface and a low-level AWS API interface. We should do some iterating on this design to find something that that allows us to easily update with AWS API changes and new features while keeping things easy to use on the Julia side. Eventually we want the high-level Julia interface to look something like:

job = @batch memory=2048 begin
    using AWSClusterManagers
    addprocs(AWSBatchManager(5))
    ...
end

For inspiration look at AWSLambda.jl which has a @lambda and @lambda_eval for executing Julia code on Lambda.

Keeping this in mind I think we should adjust the current AWSBatch in the following way:

Make the BatchJob only keep track of the job_id. This would result in an interface change something like:

submit(; kwargs...) -> BatchJob
wait(::BatchJob) -> Bool
status(::BatchJob) -> JobState
describe(::BatchJob)

Applying these kind of changes to the job definition and other types would result in:

  • The structures no longer needing to be mutable
  • Aligning the low-level interface closer to the AWS API

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Remove dependency on AWSSDK

AWSSDK has enormous amounts of code and is known to increase compile/load time. AWSCore or a dedicated service package (e.g., AWSTools or AWSS3 for S3) should be used instead.

Migrate to AWS.jl

Currently this package uses AWSCore.jl and AWSSDK.jl, we should really migrate this to using AWS.jl.
We could possibly even drop the dependency on AWSTools.jl as well.

Instances of usage:

  • AWS Batch
  • AWS Cloudwatch
  • AWS Configurations and Exceptions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.