An open API service indexing awesome lists of open source software.

https://github.com/helgee/julia-sqs-ephemerides


https://github.com/helgee/julia-sqs-ephemerides

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Julia SQS Ephemerides Demo

Start a Julia REPL session with this repo as the active project.

```bash
julia --project
```

Download dependencies.

```julia
import Pkg; Pkg.instantiate()
```

Request some ephemerides from a Docker container running on AWS ECS.

```julia
using JuliaSQSEphemerides

JuliaSQSEphemerides.get_ephemeris(:state, "2020-02-27T21:56:23.123", :sun, :jupiter)
```