A query flag to get entities on jsonl format

Not planned

Comments

1 comment

  • Official comment
    Geir Ove Grønmo

    We think that this feature can easily be provided outside of the service API. Here's an example of how to produce JSONL out from the service API with the help of jq:

    curl https://…/api/dataset/X/entities | jq -cn --stream 'fromstream(1|truncate_stream(inputs))'

     

    Comment actions Permalink

Please sign in to leave a comment.