Skip to content

artsy/artsy-quepid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artsy-quepid

This repository configures and deploys Quepid, an open-source search relevance testing and improvement platform, for use within Artsy's infrastructure.

Local Development

This setup runs the production Quepid image locally with MySQL and Redis dependencies. The image is configured in production mode but with local development settings for easier testing.

Prerequisites

  • Docker and Docker Compose
  • Hokusai

Getting Started

  1. Start the services:

    hokusai dev start

    This will:

  2. Create an admin user (optional):

    hokusai dev run \
      "bundle exec thor user:create -a [email protected] Administrator password123"
  3. Access Quepid: Open http://localhost:3000 in your browser

Architecture

Components

  • Quepid Web: Rails application serving the Quepid interface
  • MySQL: Database for storing cases, queries, and ratings
  • Redis: Background job processing and caching

Resources

About

Orchestrate Artsy's hosting of https://github.com/o19s/quepid

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published