Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
336 stars 54 forks source link

Add an `import_as` function for edges and nodes #1737

Open miratepuffin opened 1 month ago

miratepuffin commented 1 month ago

This will allow us to 'copy' nodes/edges under a new id in the same graph and change id when moving graph (useful when one graph is indexed by ints and the other by strings or vise versa)