Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Syncing data between GeoMesa instances

Hi,

 

I have a situation where I will likely need to synchronize some data between GeoMesa instances. I would like to do this down at the Accumulo level by synchronizing the tables that GeoMesa is using.

 

What I would like to know is how GeoMesa would respond to this type of change. If the data in the Accumulo tables changes while the system is running, will it break? I know that GeoMesa uses several tables for each datastore defined. If all of these tables were synchronized(which basically means copied from one GeoMesa Accumulo instance to another), would that result in a working system or a broken system.

 

I know this is a bit of a strange question. I am just trying to understand how much we can change the underlying Accumulo data without breaking GeoMesa.

 

Is all of the information GeoMesa needs stored in Accumulo or is some of it elsewhere(in memory, other files on disk, ect)?

 

Thanks,

 

Jon


Back to the top