{"id":23822492,"url":"https://github.com/mirian97/aws-integrated-catalog-management","last_synced_at":"2026-05-03T01:41:36.918Z","repository":{"id":264955729,"uuid":"894206567","full_name":"Mirian97/aws-integrated-catalog-management","owner":"Mirian97","description":"Java Spring Boot application for managing products and categories, featuring a RESTful API integrated with MongoDB and AWS services (SNS and S3) for real-time notifications and catalog storage.","archived":false,"fork":false,"pushed_at":"2024-11-26T23:58:40.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T15:59:03.952Z","etag":null,"topics":["api-restful","aws","aws-lambda","java","mongodb","sns-topic","sqs-queue"],"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/Mirian97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-26T00:11:21.000Z","updated_at":"2024-11-26T23:58:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2eb8c639-9a95-45e9-8eb6-2890a4248489","html_url":"https://github.com/Mirian97/aws-integrated-catalog-management","commit_stats":null,"previous_names":["mirian97/aws-integrated-catalog-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mirian97/aws-integrated-catalog-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Faws-integrated-catalog-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Faws-integrated-catalog-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Faws-integrated-catalog-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Faws-integrated-catalog-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mirian97","download_url":"https://codeload.github.com/Mirian97/aws-integrated-catalog-management/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirian97%2Faws-integrated-catalog-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api-restful","aws","aws-lambda","java","mongodb","sns-topic","sqs-queue"],"created_at":"2025-01-02T09:19:34.427Z","updated_at":"2026-05-03T01:41:36.912Z","avatar_url":"https://github.com/Mirian97.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👩🏻‍💻 AWS-Integrated Catalog Management\n\nThis is a system developed in **Java with Spring Boot** to manage products and categories, integrating with **MongoDB** as a database and utilizing **AWS services** (SNS and S3). It provides a RESTful API for CRUD operations on products and categories, as well as publishing notifications to **Amazon SNS** about data changes.\n\n\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/52219768/251830174-504ba448-f128-41db-ae86-18dc19c0dc9d.png?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20241123%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20241123T180320Z\u0026X-Amz-Expires=300\u0026X-Amz-Signature=0c1ad6168974d8e5d3503d294967047e052ee75576de2e1ca5a161d3ce157682\u0026X-Amz-SignedHeaders=host\" alt=\"fluxo do projeto\" /\u003e\n\n## ⚙️ Features\n\n### Products and Categories\n\n- **Category CRUD**:\n\n  - Create, update, delete, get and list categories.\n  - Includes validations to ensure data integrity.\n  - Integrates with SNS to notify about changes in categories.\n\n- **Product CRUD**:\n  - Full management of products associated with categories.\n  - Validates product-to-category relationships before saving.\n  - Publishes detailed messages to SNS after operations.\n\n### AWS Integrations\n\n- **Amazon SNS**:\n  - Publishes notifications about changes in products and categories.\n  - Configured with secure AWS credentials.\n- **Amazon S3**:\n  - Stores updated catalogs in JSON format for each user, organized by `ownerId`.\n\n## 🛠️ Technologies\n\n### Backend\n\n- **Java**: The main programming language for this project.\n- **Spring Boot**: Framework used to build RESTful APIs and manage dependencies.\n  - **Spring Data MongoDB**: Abstraction layer for MongoDB access.\n  - **Spring Context**: Manages beans and configurations.\n  - **Lombok**: Reduces boilerplate code by generating getters, setters, and constructors.\n\n### Database\n\n- **MongoDB**: NoSQL database used to store product and category data.\n\n### AWS\n\n- **Amazon SNS**: Sends notifications related to the catalog.\n- **Amazon S3**: Stores catalogs organized by user.\n\n## ⚒️ Configuration and Execution\n\n### Prerequisites\n\n- Java 17+\n- MongoDB running locally or in Docker (e.g., `mongodb://localhost:27017/product-catalog`)\n- AWS credentials properly configured:\n  - Set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` in your `application.properties`.\n\n### Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Mirian97/aws-integrated-catalog-management.git\n   cd aws-integrated-catalog-management\n   ```\n2. Configure the application.properties file with your AWS credentials:\n   ```bash\n   aws.accessKeyId=YOUR_AWS_ACCESS_KEY_ID\n   aws.secretKey=YOUR_AWS_SECRET_ACCESS_KEY\n   aws.region=us-east-2\n   aws.sns.topic.catalog.arn=arn:aws:sns:us-east-2:EXAMPLE\n   ```\n3. Run the application:\n   ```bash\n   ./mvnw spring-boot:run\n   ```\n\n### Key Endpoints\n\n- #### Categories:\n\n  - GET /api/category - Lists all categories.\n  - POST /api/category - Creates a new category.\n  - PUT /api/category/{id} - Updates a category.\n  - DELETE /api/category/{id} - Deletes a category.\n\n- #### Products:\n  - GET /api/product - Lists all products.\n  - POST /api/product - Creates a new product.\n  - PUT /api/product/{id} - Updates a product.\n  - DELETE /api/product/{id} - Deletes a product.\n\n## 📜 License\n\nThis project is under [MIT](./LICENSE) license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirian97%2Faws-integrated-catalog-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirian97%2Faws-integrated-catalog-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirian97%2Faws-integrated-catalog-management/lists"}