quickwit-oss / quickwit-go

MIT License
1 stars 1 forks source link

Rewrite to allow easier error handeling #3

Open LessThanGreaterThan opened 3 months ago

LessThanGreaterThan commented 3 months ago

I have rewritten parts of client to remove the req dependency as it makes error handling rather untransparent (which is also mentioned in #1 ) and switched to the inbuild net/http client.

I've also added support for following apis:

creating index deleting index ingesting data

this is still a WIP, looking for feedback if this is something to consider, and if so, what parts still need polishing.