tigergraph / gsql-graph-algorithms

GSQL Graph Algorithms
https://docs.tigergraph.com/graph-ml/current/intro/
Apache License 2.0
192 stars 70 forks source link

Schema Less Queries #22

Closed Ramko9999 closed 4 years ago

Ramko9999 commented 4 years ago

I took nearly all of the queries from the templates and converted them to schema less queries with the new release of TigerGraph 3.0 dynamic querying.

The queries I have not converted are:

Please review my implementation of the kcore algorithm.

Moreover, a new algorithm called Maximal Independent Set or maximal_indep_set.gsql was also added to the library.