Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Search server that speaks graphql and is intended to support search clients.

Notifications You must be signed in to change notification settings

bio-org-au/search-server-graphql

Repository files navigation

README

Now Archiving because no longer current (Feb 2023) GC

  • Ruby version jruby-9.1.12.0

  • Rails version

This app was created with:

  rails _4.2.9_ new search_server_graphql --database=jdbcpostgresql
  • System dependencies

    The target deployment is strictly JRuby.

    Currently there is no Rails database adapter for JRuby and Postgresql, so have to stay with Rails 4.

  • Configuration

    Configuration files are in ~/.nsl. This includes a config file and a database connection file.

    Development config files are in ~/.nsl/development/.

    The database connection for development contains:

    default: &default
      adapter: postgresql
      encoding: unicode
    
    development:
      <<: *default
      database: plants_dev
      username: nsl
      password: xxxxxxxxxxxxxxxxxxxx
      pool: 10
      timezone: Canberra
  • Database creation

    Uses NSL shard databases.

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

    None.

  • Deployment instructions

    See Jenkins.

About

Search server that speaks graphql and is intended to support search clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published