neo4j-field / pyingest

Apache License 2.0
49 stars 14 forks source link

I added async running function can I push my code to a branch? #17

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi,

I added an async function to run queries concurrently with neo4j python driver version 5 which has async support. It runs smoothly and much faster, makes nearly full use of resources.

Can I push my code to a branch? I tried but I do not have permission.

EDIT : I created a fork and pushed my code, you can check here : https://github.com/cuneyttyler/pyingest

mholford-neo commented 2 years ago

Sounds interesting- I'll have a look. Thanks!