Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search KCD page #5

Open
kentcdodds opened this issue Mar 23, 2021 · 4 comments
Open

Search KCD page #5

kentcdodds opened this issue Mar 23, 2021 · 4 comments
Milestone

Comments

@kentcdodds
Copy link
Owner

I'd like a page where you can search through all my content everywhere. This has been discussed quite a bit: #107

The biggest challenge is creating a way to search through and index all that content. Not sure of the best way to go about it...

@kentcdodds kentcdodds added this to the Post-launch milestone Sep 21, 2021
@dane-stevens
Copy link
Contributor

redisearch would handle this nicely. Here's a blog post describing the basics behind it: https://redis.com/blog/building-real-time-full-text-site-search-with-redisearch/

Let me know if this is something I should look into further.

I do have question about the current redis implementation with primary and replica clients. Could you briefly explain the setup?

@kentcdodds
Copy link
Owner Author

Basically I have two connections, one to the primary region redis for writes and one to the replica region for reads. Fly handles automatic replication for me. That's it.

@kentcdodds
Copy link
Owner Author

The biggest challenge isn't text search. The biggest challenge is all the APIs (or non-APIs) you'd have to use across all my content distribution channels. Mostly YouTube, Egghead, Frontend Masters, podcasts I've been a guest on, and my own site.

@dane-stevens
Copy link
Contributor

dane-stevens commented Dec 8, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants