I'd like to be able to securely upload an arbitrary JSON file to the web, and then perform a full text search on the text contained in the JSON. If something like this doesn't exist, should I just build an open source service that does what I want?
Ask HN: Are there any web services that allow JSON import and search?
1–4 of 4 posts
Re: Ask HN: Are there any web services that allow JSON import and search?
#2Elasticsearch takes input in JSON format. It's not quite a web service, but could certainly work for your use case.
Re: Ask HN: Are there any web services that allow JSON import and search?
#3Elasticsearch takes input in JSON format. It's not quite a web service, but could certainly work for your use case.
Does anyone know if there are any web services built around Elasticsearch that would do this?
Re: Ask HN: Are there any web services that allow JSON import and search?
#4Algolia might work?