Go

I developed a HTTPS server to communicate with an Alexa skill from an independent AWS instance to process queries and requests linguistically using Natural Language Processing (NLP) pipelines to query a Knowledge Graph using common Graph databases like Neo4J (Cypher) and Stardog (using SPARQL).

The art in this project was to develop an HTTPS server in Go that receives and returns welformed Alexa SDK JSON, and that also communicates with our Microservice infrastructure on the AWS instance using XML-RPC or JSON-RPC.