ravendb / ravendb

ACID Document Database
https://ravendb.net
Other
3.52k stars 818 forks source link

Connection devices to query data mutually #17888

Open Tweek154 opened 8 months ago

Tweek154 commented 8 months ago

I have set ravenDB on two devices but I don't know how to query from A to B and from B to A. Can anyone please help me how to do it?

ayende commented 8 months ago

You cannot query across databases in this manner. You can setup replication between those two nodes and then query the data that was written on the other side.

Is that what you meant?