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

Article Component Elastic Integration #25

Open
7 tasks
jonwinton opened this issue Mar 14, 2019 · 0 comments
Open
7 tasks

Article Component Elastic Integration #25

jonwinton opened this issue Mar 14, 2019 · 0 comments

Comments

@jonwinton
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When #24 is done we will need to integrate the article component with ElasticSearch so we can populate the feed component.

Describe the solution you'd like

We need to handle following questions/tasks:

  • Write a search service
    • Do we use an open source query builder or write our own
    • The query builder needs to be universal
    • Must be able to execute a query from the client
    • Must be able to execute a query from the server
  • Define a mapping for an index based on the metadata in the feed component requires
  • Write a handler for the article component to ship data to the Elastic index

Describe alternatives you've considered

N/A

Additional context

  • We will want to refer to the NYMag implementation for building indices and search.
  • We'll also want to amend the first-run bootstraps to include a greater set of sample data to demonstrate how the feed works and it's features
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

1 participant