GithubHelp home page GithubHelp logo

d1_cn_index_common's Introduction

DataONE CN Index Common Lib
------------------------

This library provides the index task item data model along with JPA and spring-data configuration to create
a IndexTask repository providing persistance and query functionality.

The repository can be configured to use either a postgres or hql datasource by modifying the configuration in
task-index-context.xml.  This file imports a spring context file called postgres-datasource.xml.  Change this
configuration to use the provided hsql-datasource.xml for in-memory database instead.  This can be done from 
the test-config.xml by importing the hsql-datasource.xml - which will over-write the postgres config.

During testing with postgres, it may be helpful to have hibernate generate the database ddl.  This can be done
by setting the 'generateDdl' value to 'true' from 'false' in the postgres-datasource.xml config.

The jdbc.properties file contains default configuration parameters required for the datasource, for local
testing.  This property file is not imported in task-index-context.xml but rather left for 'consummer's of
the repository to provide the path for this configuration.  In production, this configuration will be external
to the component installation for easier configuration.  

See text-context.xml for an example of including and 
configuring the datasource for test run-time

See the test classes under src/test for example usage.

See LICENSE.txt for the details of distributing this software.

d1_cn_index_common's People

Contributors

leinfelder avatar nahf avatar taojing2002 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.