Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Suggestion: Append(/Upsert) + Upload #940

Open
arielhasidim opened this issue Nov 14, 2021 · 0 comments
Open

Feature Suggestion: Append(/Upsert) + Upload #940

arielhasidim opened this issue Nov 14, 2021 · 0 comments

Comments

@arielhasidim
Copy link

arielhasidim commented Nov 14, 2021

Hello everyone,
I would love for implementation of Upload and Append/Upsert services.

My case for example: I have an social mapping app that is managed at Google's Firebase/Firestore and I want to sync to it a Feature Layer service in order to provide an open accessibility. I wrote some Cloud Functions that uses this awesome wrapper to live change every addition, deletion and update individually in the Firestore to ArcGIS Feature Layer using applyEdits(BTW, it works great, thank you so much :] ).

In this case, I figured out that live updates like this have some disadvantages:

  1. So many small reading and writing transaction costs more that one daily update
  2. Many manual asynchronous request can easily collide

So, using append/upsert+upload would be very easy, safe and economic way to just upload new version once a day.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant