• l4sgc@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    That was a fascinating writeup, and those interjections of dialog were great! Never used elasticsearch, but I can definitely empathize with work grinding to a halt because a library has incomplete or outdated documentation. Missing object structure for a function’s parameter was a recent one for me as well.

    It’s so bad I no longer even try looking for an official doc before going to chatgpt. Way more often than not it gives an explanation and sample implementation faster than searching for existing resources, and it’s also so nice to just be able to ask a follow-up question and immediately get an answer.

    • unique_hemp@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 year ago

      I needed to do somewhat more advanced stuff with matplotlib for school and was amazed that there are only very basic examples in the docs (and parameter descriptions, but those are not always helpful). The elastic docs take the cake here, though.

  • Hexorg@beehaw.orgM
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Elastic search uses REST API and there are plenty of write ups about it. The json typing is handled with strings. Not great - true but the whole docker is written this way. Here’s an example