Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
filter lambda in remote console - Apache TinkerPop
AT
Apache TinkerPop
•
3y ago
•
4 replies
vuon cham chi
filter lambda in remote console
hi all
, i
’m trying to do filter on remote console to neptune server but keep getting MalformedQueryException for query like g
.V
(
)
.filter
{ it
.get
(
)
.label
(
)
=
=
‘person
’
}
. Advices are appreciated
. TIA
Solution
Neptune does not support closures
/lambdas
:
https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-differences.html#feature-gremlin-differences-lambda
you would have to use pure Gremlin steps
, thus
g.V().hasLabel('person')
g.V().hasLabel('person')
Gremlin standards compliance in Amazon Neptune - Amazon Neptune
Overview of differences between the Neptune and TinkerPop implementations of Gremlin
.
Jump to solution
Apache TinkerPop
Join
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,376
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Lambda example in TypeScript
AT
Apache TinkerPop / questions
2y ago
Disabling strategies via string in remote driver
AT
Apache TinkerPop / questions
3y ago
Query works when executed in console but not in javascript
AT
Apache TinkerPop / questions
2y ago
Filter out empty results
AT
Apache TinkerPop / questions
3y ago