dmcmanus
ATApache TinkerPop
•Created by Gil on 4/5/2024 in #questions
Fulltext-search-like features without ElasticSearch, OpenSearch, Solr and such?
I was thinking about this recently as well for attempting to implement a fuzzy search on a name... I haven't fully fleshed out exactly how it would work (or if it would work at all) but essentially, I wondered if it could be accomplished by creating a separate vertex for each letter in the
legal_name
with a CONTAINS_LETTER
Edge (and maybe a positional property on the edge?)
My thought was that given an input string (a name, in this example) you could use a repeat()
step until()
some pre-defined match criteria were met
*Edit - I'm a relative Gremlin newbie, so forgive me if that makes zero sense!18 replies
ATApache TinkerPop
•Created by dmcmanus on 4/3/2024 in #questions
Lambda example in TypeScript
Sorry for the confusion, I'm referring to AWS Lambda Functions 🙂
I'm looking for examples of AWS Lambda Functions written in TypeScript that read/write to Neptune
5 replies
ATApache TinkerPop
•Created by dmcmanus on 9/5/2023 in #questions
Individual Vertex per property or Vertex with grouped properties
Thank you for your response, that's very helpful information.
4 replies