I was creating client to insert, update and read data to geomesa accumulo storage. I have gone through many of the documents like using thrift proxy and using WFS-T standard implemented by geoserver.
Using thrift proxy creates lots of abstraction and i am not able to understand the communication between accumulo and client clearly, whereas on the other hand WFS-T does provides http service for transactions but uses xml payload data
in request body.
Both this techniques are implemented using java framework which uses accumulo jar files to do rest.
I want to understand how can i achieve same thing in other language using the base protocols used by one of the technique?
What can be done to achieve same thing without being dependent on java?