[ https://issues.apache.org/jira/browse/TINKERPOP-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776868#comment-17776868 ]
ASF GitHub Bot commented on TINKERPOP-2995: ------------------------------------------- ryn5 commented on code in PR #2298: URL: https://github.com/apache/tinkerpop/pull/2298#discussion_r1364427479 ########## gremlin-dotnet/example/.gitignore: ########## @@ -0,0 +1 @@ +/Gremlin.Net.3.7.0/ Review Comment: The directory is created when running `nuget install Gremlin.Net` as recommended in the docs when getting started, but it seems that this command isn't needed to run the examples so I'll be removing the gitignore entirely > Create Sample Applications in each GLV > -------------------------------------- > > Key: TINKERPOP-2995 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2995 > Project: TinkerPop > Issue Type: Improvement > Components: dotnet, go, javascript, python > Affects Versions: 3.5.7 > Reporter: Yang Xia > Priority: Major > > It would be great to have working example applications for each GLV, with > basic traversal examples and common connection settings. > Currently we have an `example.py` for python, but it is very minimal. There > is also an `example.go` for golang, but that appears to be outdated. As far > as I know, dotnet only has templates and javascript doesn't have any examples > at all. -- This message was sent by Atlassian Jira (v8.20.10#820010)