2

I am writing a micro-service that will have to share database owned by a different micro-service.

I understand that from a micro-services architecture perspective, this is not a good design. Hence, I decided to separate out the database access as another micro-service, whose only task it to manage access to db.

I need pointers on how I may write such an app using Python which exposes API for read/write to a database?

0

1 Answer 1

2

I realize this is not a design perspective answer.

Did you have a chance to take a look at sandman, a Python library that can generate a REST API over a database?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.