I wrote an API client in Zig

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • definitepotato
    Junior Member
    • Jun 2022
    • 7

    I wrote an API client in Zig

    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
    Last edited by definitepotato; Yesterday, 10:10 PM.
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1625

    #2
    Hi, thank you for your contribution. Could you explain, what you are doing with ZIG (I suppose the programmng language) in relation to espoCRM?

    Comment


    • definitepotato
      definitepotato commented
      Editing a comment
      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.
Working...