{"id":13451774,"url":"https://github.com/apache/tinkerpop","last_synced_at":"2025-05-13T18:05:06.907Z","repository":{"id":26985688,"uuid":"30449481","full_name":"apache/tinkerpop","owner":"apache","description":"Apache TinkerPop - a graph computing framework","archived":false,"fork":false,"pushed_at":"2025-05-06T16:13:47.000Z","size":223751,"stargazers_count":2039,"open_issues_count":20,"forks_count":823,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-05-06T17:14:39.184Z","etag":null,"topics":["apache","graph","graph-database","graphdb","gremlin","gremlin-server","tinkerpop"],"latest_commit_sha":null,"homepage":"https://tinkerpop.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.asciidoc","changelog":"CHANGELOG.asciidoc","contributing":"CONTRIBUTING.asciidoc","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-07T08:00:05.000Z","updated_at":"2025-05-06T16:13:52.000Z","dependencies_parsed_at":"2023-01-14T09:15:16.229Z","dependency_job_id":"35dd509f-fcf5-4996-bf68-45b92bbf8061","html_url":"https://github.com/apache/tinkerpop","commit_stats":{"total_commits":15302,"total_committers":255,"mean_commits":60.0078431372549,"dds":"0.49751666448830223","last_synced_commit":"087b3070914123055d3e4ededc2550f12715a0b4"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftinkerpop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftinkerpop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftinkerpop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Ftinkerpop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/tinkerpop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253482982,"owners_count":21915566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","graph","graph-database","graphdb","gremlin","gremlin-server","tinkerpop"],"created_at":"2024-07-31T07:01:02.083Z","updated_at":"2025-05-13T18:05:06.885Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"////\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to You under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n////\n== TinkerPop3\nimage:https://img.shields.io/maven-central/v/org.apache.tinkerpop/gremlin-driver?color=brightgreen[link=\"https://mvnrepository.com/artifact/org.apache.tinkerpop/gremlin-driver\"]\nimage:https://img.shields.io/nuget/v/Gremlin.Net?color=brightgreen[link=\"https://www.nuget.org/packages/Gremlin.Net\"]\nimage:https://img.shields.io/pypi/v/gremlinpython?color=brightgreen[link=\"https://pypi.org/project/gremlinpython/\"]\nimage:https://img.shields.io/npm/v/gremlin?color=brightgreen[link=\"https://www.npmjs.com/package/gremlin\"]\nimage:https://badge.fury.io/go/github.com%2Fapache%2Ftinkerpop%2Fgremlin-go%2Fv3.svg[link=\"https://pkg.go.dev/github.com/apache/tinkerpop/gremlin-go/v3\"]\n\nimage:https://codecov.io/gh/apache/tinkerpop/branch/master/graph/badge.svg?token=TojD2nR5Qd[link=\"https://codecov.io/gh/apache/tinkerpop\"]\n\nimage:https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3, link=\"https://tinkerpop.apache.org\"]\n\n=== Documentation\n\nApache TinkerPop™ provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).\n\n* link:https://tinkerpop.apache.org/[homepage (downloads)]\n* link:https://tinkerpop.apache.org/docs/current/reference/[reference documentation]\n* link:https://tinkerpop.apache.org/javadocs/current/core/[core javadoc]\n* link:https://tinkerpop.apache.org/javadocs/current/full/[full javadoc]\n\n=== Building and Testing\n\nTinkerPop uses link:https://maven.apache.org/[Maven] and requires `Java 11` for proper building and proper operations. To build, execute unit tests and package Gremlin Console/Server run:\n\n[source,bash]\nmvn clean install\n\nPlease see the xref:docs/src/dev/developer/development-environment.asciidoc#building-on-windows[Building on Windows] section for Windows specific build instructions.\n\nThe zip distributions can be found in the following directories:\n\n. `gremlin-server/target`\n. `gremlin-console/target`\n\nPlease see the link:https://tinkerpop.apache.org/docs/current/dev/developer/#_contributing[CONTRIBUTING.asciidoc] file for more detailed information and options for building, test running and developing TinkerPop.\n\n=== Get Started\n\nDownload link:https://tinkerpop.apache.org/download.html[Gremlin Console] (compatible with Java 8/11) and unzip to a directory, then:\n\n[source,bash]\n----\n$ bin/gremlin.sh\n\n         \\,,,/\n         (o o)\n-----oOOo-(4)-oOOo-----\nplugin activated: tinkerpop.server\nplugin activated: tinkerpop.utilities\nplugin activated: tinkerpop.tinkergraph\ngremlin\u003e graph = TinkerFactory.createModern()\n==\u003etinkergraph[vertices:6 edges:6]\ngremlin\u003e g = traversal().withEmbedded(graph)\n==\u003egraphtraversalsource[tinkergraph[vertices:6 edges:6], standard]\ngremlin\u003e g.V().has('name','vadas').valueMap()\n==\u003e[name:[vadas], age:[27]]\n----\n","funding_links":[],"categories":["Java","数据库"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftinkerpop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Ftinkerpop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Ftinkerpop/lists"}