I'm working in kepler.gl and loading in data from a database. I want to be able to dynamically update a dataset if the database is updated. Is there any way to add a row to a dataset and update the map?
I've tried removing the dataset (using removeDataset) and adding it back in with the updated data (addDataToMap), but this isn't efficient when it comes to larger datasets.
Thanks in advance.