Skip to content

Instantly share code, notes, and snippets.

View ankitadhandha's full-sized avatar

Ankita Dhandha ankitadhandha

View GitHub Profile

Release 1.0 Issues

AWS/Lambda limits

  1. Application size/footprint
  • 250MB
  1. Application duration/runtime
  • 29 seconds
    • note: AWS/Lambda uses API Gateway
  1. Available AWS/Lambda memory
  • 2.5GB

Release 2.0 Issues

Production Platform

  • AWS/Lambda

Production Limits

  • See Release 1.0 Issues

Release 2.0 Characteristics

  1. Prints data
  • RDF

Release 3.0 Issues

Production Platform

  • AWS/EC2

Our steps to configure SDL for AWS/EC2

Data Integration

  • Implemented methods to compress, upload, decompress and import large payloads
    • SDL command line cannot upload large payloads

Platform Selection

Release 4.0 Issues

Production Platform

  • AWS/EC2

Our steps to configure SDL for AWS/EC2

Data Integration

  • Implemented methods to compress, upload, decompress and import large payloads
    • SDL command line cannot upload large payloads

Platform Selection

Release 5.0 Issues

Production Platform

  • AWS/EC2

Our steps to configure SDL for AWS/EC2

Data Integration

  • Implemented methods to compress, upload, decompress and import large payloads
    • SDL command line cannot upload large payloads

Platform Selection

Production Platform

  • AWS/EC2

Our steps to configure SDL for AWS/EC2

Data Integration

  • Implemented methods to compress, upload, decompress and import large payloads
    • SDL command line cannot upload large payloads

Platform Selection

After analysis and experiments, selected the following AWS/EC2 instance

<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html> <html prefix='rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfa: http://www.w3.org/ns/rdfa# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/' xmlns='http://www.w3.org/1999/xhtml'> <head> <base href='https://gist.githubusercontent.com/ankitadhandha/650171e42a4787b072b588a8a300f8b3/raw/8974f1c95e4427bf1d333c30b0825d59cbc87426/eg1.json' /> <title>Manu Sporny</title> </head> <body> <div resource=''> <div class='property'> <span class='label'> rdfa:usesVocabulary </span> <a href='http://schema.org/' property='rdfa:usesVocabulary'>http://schema.org/</a> </div> </div> <div resource='schema:Person' typeof='rdfs:Class'> <span class='type'>rdfs:Class</span> </div> <div resource='_:g46963416749340' typeof='schema:Thing schema:Person rdfs:Resource'> <span class='type'>schema:Thing schema:Person rdfs:Resource</span> <h1 property='rdfs:label'>Manu Sporny</h1> <div class='property'> <span class='label'> schema:name </span> <span property='sche

AWS/Lambda limits

  1. Application size/footprint
  • 250MB
  1. Application duration/runtime
  • 29 seconds
  • note: AWS/Lambda uses API Gateway
  1. Available AWS/Lambda memory
  • 2.5GB

Our steps to configure SDL for AWS/Lambda

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"author": "Sony",
"contentRating": "Mature",
"image": "videogame.jpg",
"name": "Resistance 3: Fall of Man"
}
</script>
<script type="application/ld+json">
{
"@context":"http://schema.org/",
"@type":"AggregateRating",
"itemReviewed": "#productx",
"ratingValue":"4.9",
"bestRating":"5",
"reviewCount":"20",
"author": {
"@type":"Organization",