typedb / typedb-driver-examples

TypeDB Driver Example Projects and Tutorials
https://typedb.com
Apache License 2.0
84 stars 57 forks source link

Add Bookstore example #143

Closed izmalk closed 1 year ago

izmalk commented 2 years ago

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.

typedb-bot commented 2 years ago

PR Review Checklist

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

alexjpwalker commented 1 year ago

Before we proceed to merge this PR, we should ensure that the Bookstore example is tested in Python tests.

izmalk commented 1 year ago

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