nodestream icon indicating copy to clipboard operation
nodestream copied to clipboard

A Fast, Declarative, and Extensible ETL Framework for Graph Databases.

Results 33 nodestream issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Allow a flag to migrate all databases. **Describe the solution you'd like** Allow `--all-targets` flag or similar to CLI for...

enhancement
Migrations

**Is your feature request related to a problem? Please describe.** A common pattern in pipelines is to wake up, extract data from a data lake or object store, and then...

enhancement

There are a variety of migrations that change the topology of the graph instead of just the data types themselves. The [APOC](https://neo4j.com/labs/apoc/4.3/graph-updates/graph-refactoring/) docs have a whole section of possible refactorings...

enhancement
Migrations
Effects Plugins

**Is your feature request related to a problem? Please describe.** Django supports the concept of [Squashing Migrations](https://docs.djangoproject.com/en/5.0/topics/migrations/#migration-squashing). In general the use case is that, as you are developing pipelines, you...

enhancement
Migrations

We need to define a support policy for python versions. this should include what versions we support / don't support so that CI can match .

documentation

**Describe the bug** All the string properties are being lowercased due to the `do_lowercase_strings` normalization being applied **To Reproduce** Given the configuration below: ``` - implementation: nodestream.interpreting:Interpreter arguments: interpretations: -...

bug
good first issue

# Justification For `nodestream`, Rust has several advantages that other languages do not have a perfect combination of. 1. **Preposterously Fast:** Rust's syntax and semantics provides LLVM an enormous set...

enhancement

**Is your feature request related to a problem? Please describe.** Its not obvious from this error message _what_ is not found and what the pipeline is trying to load that...

enhancement

We need better documentation on how nodestream works fundementally.

enhancement