{"id":13707939,"url":"https://github.com/simplymequeeny/dynamodb-client-web-gui","last_synced_at":"2025-05-06T04:31:10.974Z","repository":{"id":87728715,"uuid":"83934268","full_name":"simplymequeeny/dynamodb-client-web-gui","owner":"simplymequeeny","description":"A simple web client to view documents from AWS DynamoDB or DynamoDB Local","archived":false,"fork":false,"pushed_at":"2017-08-26T20:26:03.000Z","size":653,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-13T16:43:20.910Z","etag":null,"topics":["angularjs","aws-dynamodb","java-8","single-page-applications","spring-boot","spring-rest"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplymequeeny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-05T00:33:24.000Z","updated_at":"2022-11-02T19:24:21.000Z","dependencies_parsed_at":"2023-05-06T02:06:13.161Z","dependency_job_id":null,"html_url":"https://github.com/simplymequeeny/dynamodb-client-web-gui","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplymequeeny%2Fdynamodb-client-web-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplymequeeny%2Fdynamodb-client-web-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplymequeeny%2Fdynamodb-client-web-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplymequeeny%2Fdynamodb-client-web-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplymequeeny","download_url":"https://codeload.github.com/simplymequeeny/dynamodb-client-web-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252621894,"owners_count":21777886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","aws-dynamodb","java-8","single-page-applications","spring-boot","spring-rest"],"created_at":"2024-08-02T22:01:49.894Z","updated_at":"2025-05-06T04:31:10.951Z","avatar_url":"https://github.com/simplymequeeny.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/simplymequeeny/dynamodb-client-web-gui.svg?branch=master)](https://travis-ci.org/simplymequeeny/dynamodb-client-web-gui)\n[![codecov](https://codecov.io/gh/simplymequeeny/dynamodb-client-web-gui/branch/master/graph/badge.svg)](https://codecov.io/gh/simplymequeeny/dynamodb-client-web-gui)\n[![Dependency Status](https://www.versioneye.com/user/projects/59650c19368b080016f705dc/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59650c19368b080016f705dc)\n\n# dynamodb-client-web-gui\nA simple web client to view documents from AWS DynamoDB or DynamoDB Local\n\n## Getting Started\nThese instructions will help you how to make the dynamodb-client-web-gui web application running.\n\n### Prerequisites\n* Java 8 or newer\n* DynamoDB Local Jar [Download \u0026 Setup](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html)\n* [AWS Credentials File](http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html) (if connecting to AWS DynamoDB) \n\n### Features\n* View documents from DynamoDBLocal or AWS DynamoDB\n* Export Data to CSV file\n* Import CSV file (on DynamoDBLocal only)\n\n### Running the dynamodb-client-web-gui Web Application\n#### 1.) Download the latest release [executable jar](https://github.com/simplymequeeny/dynamodb-client-web-gui/releases/latest).\n\n* **Using DynamoDB Local**\nYour Dynamodb Local must be up and running\n\n```\njava -jar dynamodb-client-web-gui-1.0.0.jar --endpoint.url=[your dynamodb local endpoint]\n```\n\n* **Using AWS DynamoDB**\nBefore running the dynamodb-client-web-gui web application make sure that your AWS credentials file is in place.\n\n```\njava -jar dynamodb-client-web-gui-1.0.0.jar [--profile=\u003caws profile\u003e]\n```\n\n#### 2.) Open up a browser then go to http://localhost:9100\nWait for the web server to start up before connecting\n\n#### 3.) Check [Wiki](https://github.com/simplymequeeny/dynamodb-client-web-gui/wiki) on how to use it\n\n## Built With\n\n* [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - Programming Language\n* [Spring Boot](https://spring.io/guides/gs/spring-boot) - The web framework\n* [Mockito](http://site.mockito.org/) - Unit testing\n* [AngularJS 1](https://angularjs.org/) - Dynamic UI \n* [AWS SDK](https://aws.amazon.com/documentation/dynamodb/) - API\n* [ui-grid](http://ui-grid.info/) - Grid data display\n* [angular-json-tree](https://github.com/awendland/angular-json-tree) - JSON Tree display\n* [Bootstrap](http://getbootstrap.com/) - UI\n* [Maven](https://maven.apache.org/) - Dependency Management\n\n## Contributing\n\nSee [Guidlines](CONTRIBUTING.md)\n\n## Author\n\n* **Quennie Teves** - *Initial work* - [simplymequeeny](https://github.com/simplymequeeny)\n\nSee also the list of [contributors](https://github.com/simplymequeeny/dynamodb-client-web-gu/contributors) who participated in this project.\n\n## Motivation\nI started this web application because I use DynamoDBLocal during the development and testing stages of the ReST WS project that I am involved with.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details\n\n## Acknowledgments\n\n* [Darky Theme](https://bootswatch.com/darkly/) - Bootstrap Theme from [bootswatch](bootswatch.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplymequeeny%2Fdynamodb-client-web-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplymequeeny%2Fdynamodb-client-web-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplymequeeny%2Fdynamodb-client-web-gui/lists"}