Currently I am connecting 2 service via search_path and using inspectdb. I wonder if there;s a way like using a full API connection without sharing database.
Yes. Because I need to make a table from Service1 as a foreign key to a table in Service2.
- RadySonabu 4 years, 9 months agoAPI connection just to exposing the data. I dont think we could able to make the tables. We need to customize our models to handle such a way to hold the data FIELDS from Service 1 from shared database.
- VengatThere's a constraint where DATA should only be accessible via REST API and they do not share database nor schema.
- RadySonabu 4 years, 9 months agoWell may be we connect if you would like to understand more your requirement and work on it.
- Vengatas there is no update on this ticket further. We are closing the ticket.
- Vengat
Full API means using 2 different databases/services in single exposed API