TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there any web services that allow JSON import and search?

2 pointsby xt508about 10 years ago
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?

2 comments

Jake232about 10 years ago
Elasticsearch takes input in JSON format. It's not quite a web service, but could certainly work for your use case.
评论 #9361624 未加载
detaroabout 10 years ago
Algolia might work?