Skip to content

Commit

Permalink
Update the Livebook example to use new Publish API
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryape committed Aug 13, 2024
1 parent 7ad1784 commit c71df24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions smee_notebook.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Assuming you've downloaded the metadata into a variable called `metadata`
|> IO.puts()
```

## Using MDQ
## Using MDQ

This should be very quick, as only one entity record is downloaded

Expand Down Expand Up @@ -80,7 +80,9 @@ alias Smee.{Source, Fetch, Filter, Metadata, Publish}
|> Filter.days(365)
|> Filter.sp()
|> Filter.assurance("https://refeds.org/sirtfi")
|> Publish.xml()
|> Publish.aggregate()
|> IO.puts()

```
```

<!-- livebook:{"offset":2213,"stamp":{"token":"XCP.XD0OIaQH31Umc3ti7T6rrdtZl3yQ09S5EmpDPMiE0b_Hx451Ot5LoKTHdDetdniLncta61P7vTUCmkDEVJeEe9bbUEMT5v5vmMymJpehzMa01S54EpwJ4xo6","version":2}} -->

0 comments on commit c71df24

Please sign in to comment.