Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleLanguageService

Build Status

Except GoogleLanguageService.jl everything is autogenerated.

Added TravisCI

Generate ProtoBuf stubs.

These ProtoBuf files are just binary representation of data with a specified schema.

This repository is direct translation of Swift Example

protoc google/cloud/language/v1/language_service.proto \
  google/api/annotations.proto google/api/http.proto \
  -Igoogleapis \
  --julia_out=GoogleLanguageService/src/

Julia inspiration taken from Protobuf example

https://github.com/JuliaIO/ProtoBuf.jl/blob/master/test/services/testsvc.jl

API should be like this

https://github.com/googleapis/google-cloud-python/blob/master/language/samples/v1/language_entity_sentiment_gcs.py

What's happening

  • We HTTP POST to the API endpoint (protobuf byte stream) and receiving in the same format

Julia HTTP

https://juliaweb.github.io/HTTP.jl/stable/

About

Documentation here

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages