I implemented the EspoCRM API in Zig, source code at https://github.com/definitepotato/espocrmz. If anyone is interested in contributing feel free to fork and submit PRs. I opened a PR to add documentation: https://github.com/espocrm/documentation/pull/877
I wrote an API client in Zig
Collapse
X
-
Tags: None👍 1
-
Hi, thank you for your contribution. Could you explain, what you are doing with ZIG (I suppose the programmng language) in relation to espoCRM?-
We use EspoCRM as a data warehouse with the workflow plugin to automate tasks. EspoCRM let's us easily modify entities and create relationships between them. Different teams use the UI as a way to navigate and run reports against large amounts of data. We use the API heavily and since our data sets are so large we look for ways to optimize wherever we can. We use Python and Go a lot but lately leaning into Zig for some of our processes to extract just a bit more performance from our compute resources.
-
Comment