{"id":14957615,"url":"https://github.com/oslabs-beta/caribu","last_synced_at":"2025-05-02T07:32:21.704Z","repository":{"id":93613627,"uuid":"597221911","full_name":"oslabs-beta/Caribu","owner":"oslabs-beta","description":"Microservice Migration Planning Tool for Express Applications","archived":false,"fork":false,"pushed_at":"2023-06-21T22:41:51.000Z","size":1293,"stargazers_count":55,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2024-11-12T16:02:46.164Z","etag":null,"topics":["express-js","express-middleware","expressjs","microservice","microservices","microservices-architecture","middleware","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/oslabs-beta.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},"funding":{"github":"open-source-labs","custom":["https://donorbox.org/donations-to-oslabs-inc"]}},"created_at":"2023-02-03T22:41:07.000Z","updated_at":"2024-07-13T22:21:09.000Z","dependencies_parsed_at":"2024-09-26T18:40:58.109Z","dependency_job_id":"c171f044-ec8f-4c73-a8b9-bb46433f6f45","html_url":"https://github.com/oslabs-beta/Caribu","commit_stats":{"total_commits":120,"total_committers":8,"mean_commits":15.0,"dds":0.6666666666666667,"last_synced_commit":"1dc60961b3296ee7394cf408e30ae19c4596759b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FCaribu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FCaribu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FCaribu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2FCaribu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/Caribu/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224305847,"owners_count":17289446,"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":["express-js","express-middleware","expressjs","microservice","microservices","microservices-architecture","middleware","nodejs"],"created_at":"2024-09-24T13:15:14.598Z","updated_at":"2024-11-12T16:04:17.873Z","avatar_url":"https://github.com/oslabs-beta.png","language":"TypeScript","funding_links":["https://github.com/sponsors/open-source-labs","https://donorbox.org/donations-to-oslabs-inc"],"categories":[],"sub_categories":[],"readme":"![alt text](./electron-app/assets/7.png)\n\n# Caribu\n\nCaribu is a micro-service migration planning tool for Express applications.\n\n## Installation\n\nIf you would like to run our application in production mode, please follow the instructions on \u003ca href=\"https://www.caribujs.com/\"\u003eCaribujs.com\u003c/a\u003e\n\nIf you would like to run our application in development mode, please clone our repo to get started and make sure to run `npm install` to install all the necessary dependencies, then simply change directory into the electron-app folder using `cd electron-app`. Finally run the `npm start` script to begin running the application.\n\n\u003c!-- Picture of landing page here --\u003e\n\n## Usage\n\nTo use our application, first copy our script and run it in your terminal.\n\n\u003cimg style=\"width: 350px;\" src=\"https://i.imgur.com/OBR5MK0.png\" title=\"source: imgur.com\" /\u003e\n\u003cimg style=\"width: 350px\" src=\"https://i.imgur.com/QId5FHU.png\" title=\"source: imgur.com\" /\u003e\n\nOnce our server is up and running as displayed above, simply drag and drop your applications server folder, then specify the absolute paths to your server file and node modules folder, then submit!\n\n\u003c!-- Picture of welcome page pointing at drop folder, and inputs --\u003e\n\u003cimg style=\"margin-left: 50%; margin-right: 50%;\" src=\"https://media.giphy.com/media/StAJVBQbbS5vRukVuH/giphy.gif\" width=\"70%\" height=\"70%\"/\u003e\n\nOnce your application has been parsed by Caribu (which may take a moment as we make a copy of your entire server), you will be able to view the applications functionality in the Route Explorer and Purity Overview.\n\n\u003cb\u003eRoute Explorer\u003c/b\u003e\u003cbr\u003e\u003c/br\u003e\nThis tab displays all of the individual routes in your application. When a route is clicked, it will display all the functions in that specific route. Each function is also able to be individually clicked which will then display a list of dependencies for that specific function.\n\n\u003c!-- Picture of route explorer in use --\u003e\n\u003cimg style=\"margin-left: 50%; margin-right: 50%;\" src=\"https://media.giphy.com/media/b9vPsobQ2B5bNQ6zoq/giphy.gif\" width=\"70%\" height=\"70%\"/\u003e\n\n\u003cb\u003ePurity Overview\u003c/b\u003e\u003cbr\u003e\u003c/br\u003e\nThis tab displays the smallest possible breakdown of your application's routes. Each route will display its corresponding middleware and highlight middleware that is not pure. You also have the option to filter out any middleware as you see fit using the tag input box.\n\n\u003c!-- Picture of Purity Overview --\u003e\n\u003cimg style=\"margin-left: 50%; margin-right: 50%;\" src=\"https://media.giphy.com/media/qgBGBGDGsNDLGTTT3m/giphy.gif\" width=\"70%\" height=\"70%\"/\u003e\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fcaribu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fcaribu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fcaribu/lists"}