Giter Club home page Giter Club logo

spectrum's Introduction

Spectrum

Forked from Columbia Libraries Unified Search & Discovery

Getting Started for development

  1. mkdir spectrum-project
  2. git clone [email protected]:mlibrary/spectrum.git spectrum-project/spectrum
  3. git clone [email protected]:mlibrary/spectrum-config.git spectrum-project/spectrum-config
  4. git clone [email protected]:mlibrary/spectrum-json.git spectrum-project/spectrum-json
  5. cd spectrum-project/spectrum
  6. BUNDLE_GEMFILE=Gemfile.dev bundle install --path .bundle
  7. Get a copy of the config files from the dev server.
  8. tar xf spectrum-dev-config.tar
  9. Update the values in .env from spectrum-dev-config.tar. You'll probably use:
    RAILS_RELATIVE_URL_ROOT=http://localhost:9292/spectrum
    SPECTRUM_INST_LOCATION_FILES_DIR=config
    SPECTRUM_SEARCH_GIT_BRANCH=master
    SPECTRUM_PRIDE_GIT_BRANCH=master
    REACT_APP_LOGIN_BASE_URL=http://localhost:9292
    REACT_APP_SPECTRUM_BASE_URL=http://localhost:9292/spectrum
  10. BUNDLE_GEMFILE=Gemfile.dev bundle exec rake assets:precompile
  11. BUNDLE_GEMFILE=Gemfile.dev bundle exec rackup

Overview of Spectrum

Spectrum is the server-side support for Search. It is intended to mediate requests to solr and summon as a back-end interface to support library Search.

Dependencies

  • spectrum-config

    • Spectrum-config handles individualized configuration of the targets searchable in the front-end. It works a lot like a jello-mold. Pour the user's request into it, get a tasty treat out.
  • spectrum-json

    • Spectrum-json handles receiving requests from end-users, applying any global normalization to the request, and passing it to the appropriate configuration to make a search against solr or summon.
    • Spectrum-json also handles things like taking actions on records, and identifying patron affiliation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.