awslabs/aws-dynamodb-mars-json-demo

Name: aws-dynamodb-mars-json-demo

Owner: Amazon Web Services - Labs

Owner: AWS Samples

Description: null

Created: 2014-10-08 00:02:03.0

Updated: 2017-06-22 22:32:07.0

Pushed: 2014-10-27 18:19:51.0

Homepage: null

Size: 1648

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Features

Easily store and index the images of Mars published by NASA Jet Propulsion Laboratory. This project includes a Java application for storing the data in DynamoDB or DynamoDB Local and a frontend web application for interacting with and display the images. Provides an example of how to store JSON data in DynamoDB using the low-level Java SDK and query data from DynamoDB using the DynamoDB Document SDK for JavaScript.

Getting Started

To run the demo locally with DynamoDB Local with a small subset of metadata, please run the following commands

> cd viewer
> npm install
> bower install
> grunt serve
Minimum Requirements
Building from Source
Image Ingester

You can build the Java application using Maven. Go to the directory ingester and run the following command

> mvn clean install
Image Viewer

You can build and run the frontend web application with the following commands.

> npm install
> bower install
> grunt build
Data Source / Data Ingestion Scheme

JSON image data is from [http://json.jpl.nasa.gov/data.json http://json.jpl.nasa.gov/data.json]. The image ingester is included and found under directory photo_ingester.

Release Notes

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.