bechbd

Results 29 issues of bechbd

**Is your idea related to a problem? Please describe.** Add ability to load/update data from a data frame via the bulk loader. **Describe the solution you'd like** The fastest way...

enhancement
backlog

For the example shown here: https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html#upsert This would be simpler if written as below since the same property value is being set. ``` g.V(3).fold(). coalesce(unfold(), addV('airport')).property('runways',3) ``` It would also...

improvements

Resolved an issue reported on the Chatbot blog where the blog parser was failing, causing the CFN template to fail. This was due to a change in the blog formatting...

Add a prefect workflow to handle running the Drug Synonyms Workflow on a scheduled basis

Priority3
Data Engineering

Add a python helper to retrieve the hydrated status of the Account node

Priority1
Data Engineering

Add a method which will allow for adding/updating edges from a dataframe passed in

Priority2
Data Engineering

A method to pull batches of Tweets based on a set of filtering criteria (e.g. hydrated='FULL' and btc_extraction_status=null) This can only pull a single label node as it is meant...

good first issue
Priority3
Data Engineering

Added sample use case notebooks for SBOM dependency and vulnerability analysis

Add example notebooks showing how to perform Software Bill of Materials analysis in Neptune Analytics

enhancement

**Community Note** * Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request. * If you are interested in working on this...

enhancement