ecosys
ecosys copied to clipboard
TigerGraph Ecosystem
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I have installed the Tigergraph enterprise edition on a local machine. when I put the ```gadmin status``` it shows like this  Now I want to launch...
At a minimum please provide the following: ### Description of the Change Fix broken hyperlinks I came across while referencing the docs. Mainly in the jdbc and contributing markdowns. An...
At a minimum please provide the following: ### Description of the Change ### Release Notes
Bumps log4j-core from 2.13.3 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
https://github.com/tigergraph/ecosys/blob/master/tools/widgets/AlgoLoader.ipynb ``` ##Grab_GSQL_Queries_BEGIN## pbar.set_description_str('Fetching Algorithms') import os from glob import glob !git clone https://github.com/tigergraph/gsql-graph-algorithms.git pbar.update(25) os.chdir('/content/gsql-graph-algorithms/algorithms/schema-free') script_names = glob('*.gsql') pbar.update(25) ##Grab_GSQL_Queries_END## ``` Recommend changing to ``` os.chdir('/content/gsql-graph-algorithms/algorithms/') script_names = glob('*/*/*.gsql')...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.7.0. Release notes Sourced from github.com/gin-gonic/gin's releases. Release v1.7.0 BUGFIXES fix compile error from #2572 (#2600) fix: print headers without Authorization header on broken pipe...
Bumps httpclient from 4.5.5 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
The RDF tool is a good start. However, we would like to see more tools that would allow us to import RDF files without writing code. It would be nice...
This very nice blog posting: https://www.tigergraph.com/blog/gsql-for-cypher-users/ refers to: https://github.com/tigergraph/ecosys/tree/master/training/GSQL-for-Cypher-users which no longer exists (I presumed because it was moved). EITHER the blog post should be updated to refer to the...