generated from finos-labs/project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightweight service aggregation proxy #11
Labels
good first issue
Good for newcomers
Comments
DovOps
referenced
this issue
in DovOps/traderX
May 4, 2023
DovOps
added a commit
that referenced
this issue
May 15, 2023
* 1 Change to copyright notices, Fix link in spdx * 1 Updated gitignore * #1 Initial schemas, docs and APIs * #2 Initial checkin of simple publish-subscribe process * #3 Simple Initial H2 Database * #4 Simple ref data service based on node/nestjs * #1 Improved documentation of the README to include a status table * #1 Added link to docs directory * #3 Updated default ports, and corrected minor inconsistencies in SQL * #5 Initial checkin of Account Service * #3 Database updated to all caps * #5 Updated main docs * #5 Typo fix * #2 Corrected package-lock to regular npmjs references * #6 Added initial .NET Core based people service * #6 Listening on non-https port, updated docs * #6 Updated main status table * #2 Updated default port for trade-feed * #7 Initial implementation of java pub-sub with example. Not a full trade service yet * #6 #3 Updated schema to match people service userids * #4 Updated default port * Working Local Database #3 - Fixed docs * #8 Initial checkin of position service in Spring Boot * #8 Updated project status * #2 Update console output to log JSON payload * #9 Simple Trade Processor initial checkin. TODO: Update java project to share pub-sub SDK between this and trade-service * #9 Updated docs * #1 Updated project status * Add Post method to create trade. Checks with refrence service (added config to url:port) checks trade account with account service (adding config to manage url:port). * #10 #7 - Added trade publishing to trade service. Added default topic support to subscriber,and removed duplicate connect command Co-authored-by: ctiltman <[email protected]> * Update README.md * #11 initial api proxy * #11 Updated docs on the proxy, added support for env vars * #11 updated bug in routing * #12 Added documentation for mocking API and updated OpenAPI Spec to support GUI-dependent mock example responses. * Corrected default ports * #12 Updated spec examples, and added mocking docs.Also cleaned up some redundant java code. * #12 Added documentation for mocking reference data servic e * #12 Fixd documentation for specifying port * Mock backend for GUI Development #12 - Trade Service Docs and Spec for mocking * #8 Added auto-redirect to swagger UI, added better description to OpenAPI Spec Generator, Organized Imports * #9 Added auto-redirect to swagger UI, added better description to OpenAPI Spec Generator, Organized Imports * #10 Added auto-redirect to swagger UI, added better description to OpenAPI Spec Generator, Organized Imports * #5 added docs redirection and cleaned up OpenAPI Spec * #2 added CORS support to pub-sub proxy * #10 #12 Added content type to assist with mocking * #5 #12 Fixing json output to assist in mocking * #8 #12 - updated schema for position service * #7 fixed cors issues with trade-feed --------- Co-authored-by: @DovOps @ctiltman
for Angular there its built in AFAIK - https://v17.angular.io/guide/build#proxying-to-a-backend-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Create a lightweight service aggregation proxy to consolidate endpoints for simplifying GUI development. (note: trade-feed pubsub piece will need to be standalone )
The text was updated successfully, but these errors were encountered: