cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How do i send data to more then one database

hi,

I'm using python to create api for my project i want to know if we can send data to multiple database using one api call.

2 REPLIES 2

Yes, in your API just program your connection to each database you want to insert data to.

Hi mike!
Thanks for your reply. To program my API to use each database can only be done with the new version of neo4j which can have multiple database active at one time right?...If yes can you link me to a resourceful place where i can do that.
I have tried establishing connection to multiple database from my python program using this
https://py2neo.org/v5/database.html#the-graph method but I'm not successful. Is there any other way to establish connection to multiple database using python?