aws-data-lake-solution
A deployable reference implementation intended to address pain points around conceptualizing data lake architectures that automatically configures the core AWS services necessary to easily tag, search, share, and govern specific subsets of data across a business or with other external businesses.
File Explorer
Download Latest Version (.zip)- app.js
- package.json
- build-s3-dist.sh
- data-lake-api.template
- data-lake-deploy-federated.template
- data-lake-deploy.template
- data-lake-services.template
- data-lake-storage.template
- run-unit-tests.sh
- index.js
- package.json
- test-setup.spec.js
- access-log.js
- access-log.spec.js
- apikey.js
- auth.js
- group.js
- group.spec.js
- index.js
- setting.js
- test-setup.spec.js
- user.js
- index.js
- package.json
- access-log.js
- access-log.spec.js
- cart.js
- index.js
- test-setup.spec.js
- index.js
- package.json
- index.js
- logging.js
- test-setup.spec.js
- index.js
- package.json
- index.js
- index.spec.js
- manifest.js
- test-setup.spec.js
- index.js
- package.json
- access-log.js
- access-log.spec.js
- content-package.js
- content-package.spec.js
- dataset.js
- dataset.spec.js
- es-indexer.js
- index.js
- metadata.js
- test-setup.spec.js
- index.js
- package.json
- access-log.js
- access-log.spec.js
- index.js
- profile.js
- test-setup.spec.js
- index.js
- package.json
- access-log.js
- access-log.spec.js
- index.js
- index.spec.js
- metadata.js
- metadata.spec.js
- test-setup.spec.js
- index.js
- package.json
- apiproxy.js
- credentials.js
- datalake-add-cart-item.js
- datalake-checkout-cart.js
- datalake-create-group.js
- datalake-create-package-metadata.js
- datalake-create-package.js
- datalake-delete-group.js
- datalake-describe-cart-item.js
- datalake-describe-cart.js
- datalake-describe-package-dataset.js
- datalake-describe-package-datasets.js
- datalake-describe-package-metadata.js
- datalake-describe-package.js
- datalake-describe-required-metadata.js
- datalake-execute-package-crawler.js
- datalake-get-group.js
- datalake-get-package-crawler.js
- datalake-get-package-table-data.js
- datalake-get-user-group-list.js
- datalake-import-package-manifest.js
- datalake-list-groups.js
- datalake-list-package-tables.js
- datalake-remove-cart-item.js
- datalake-remove-package-dataset.js
- datalake-remove-package.js
- datalake-remove-user-from-group.js
- datalake-search.js
- datalake-update-group.js
- datalake-update-package-crawler.js
- datalake-update-package.js
- datalake-update-user-group-list.js
- datalake-upload-package-dataset.js
- datalake.js
- install.sh
- package.json
- createGroup.html
- createGroup.js
- group.html
- group.js
- groups.html
- groups.js
- settings.html
- settings.js
- invitation.html
- invitation.js
- user.html
- user.js
- users.html
- users.js
- users_test.js
- cart.html
- cart.js
- cart_test.js
- compareTo-directive.js
- goclick-directive.js
- interpolate-filter.js
- interpolate-filter_test.js
- version-directive.js
- version-directive_test.js
- version.js
- version_test.js
- adminFactory.js
- cartFactory.js
- packageFactory.js
- profileFactory.js
- profileFactory_test.js
- searchFactory.js
- searchFactory_test.js
- utils.js
- AuthService.js
- confirm.html
- confirm.js
- confirm_test.js
- dashboard.html
- dashboard.js
- dashboard_test.js
- forgot.html
- forgot.js
- forgot_test.js
- data-lake-intro-alt.png
- data-lake-intro.png
- data-lake-linking-alt.png
- data-lake-linking.png
- data-lake-logo.jpg
- data-lake-s3-alt.png
- data-lake-s3.png
- data-lake-search.png
- favicon.ico
- grid.css
- home.css
- utilities.css
- components.css
- components.js
- index.js
- amazon-cognito-auth.min.js
- amazon-cognito-auth.min.js.map
- amazon-cognito-identity.min.js
- amazon-cognito-identity.min.js.map
- aws-cognito-sdk.min.js
- aws-cognito-sdk.min.js.map
- main.html
- main.js
- main_test.js
- package.html
- package.js
- changePassword.html
- changePassword.js
- changePassword_test.js
- profile.html
- profile.js
- profile_test.js
- search.html
- search.js
- search_test.js
- signin.html
- signin.js
- signin_test.js
- main.css
- app.js
- index.html
- protractor.conf.js
- scenarios.js
- .bowerrc
- .jshintrc
- .travis.yml
- bower.json
- karma.conf.js
- package.json
- access-validator.js
- access-validator.spec.js
- package.json
- cognito-helper.js
- dynamodb-helper.js
- elasticsearch-helper.js
- glue-helper.js
- metrics-helper.js
- s3-helper.js
- test-setup.spec.js
- index.js
- package.json
- apiproxy.js
- credentials.js
- index.js
- MOCK_DATA.json
- package.json
- .gitignore
- .jscsrc
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.txt
- NOTICE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/aws-solutions/aws-data-lake-solution
Downloads the entire project code from GitHub to your computer.
cd aws-data-lake-solution
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd deployment/manifest-generator
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
