Closed izmalk closed 1 year ago
Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.
Trivial Change
Code
Architecture
Before we proceed to merge this PR, we should ensure that the Bookstore example is tested in Python tests.
Before we proceed to merge this PR, we should ensure that the Bookstore example is tested in Python tests.
I have implemented the tests. I hope that's enough for now. https://github.com/vaticle/typedb-examples/pull/143/commits/167562abe8d34c8c4168eb99681f560f144633d7
What is the goal of this PR?
As a part of my onboarding, I have prepared yet another example with TypeDB. This one is in Python. Its purpose is to demonstrate how to use Python client to TypeDB.
What are the changes implemented in this PR?
Added a directory commerce/bookstore - with all files of the example. The
README.md
file contains all necessary documentation for this example.