terminusdb-tutorials
terminusdb-tutorials copied to clipboard
Tutorials for using TerminusDB
Supply chain ingest
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
### Expected Behavior Clone the repo, setup virtualenv with terminusdb_client and pandas and run the following commands (according to the guide) ``` $ terminusdb commit -m "update phonebook schema" getting_started...
```shell gavin@titan:~/dev/tt/getting_started$ node javascript-client/insert_data.js internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module 'fast-csv' Require stack: - /home/gavin/dev/tt/getting_started/javascript-client/insert_data.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at...
In [getting_started/lesson_5](https://github.com/terminusdb/terminusdb-tutorials/blob/89ef0667e40958bcd126cd10a26381eaa77b67f4/getting_started/lesson_5.md) when I get to ``` terminusdb alldocs --type Employee -q team=it ``` the output is ``` terminusdb_client.errors.InterfaceError: team is not a proerty in Employee ``` At this point...
We have made our TerminusDB more powerful and ready for sharing data and collaborating on Hub. It means that the old python code may not work in the latest TerminusDB...