- XAP
- Download (9.6 or later) and follow the installation instructions
- Create environment variable
GS_HOME
=XAP installation directory
- Add
GS_HOME\bin
toPATH
environment variable
- MongoDB
- Download and follow the installation instructions
- Create environment variable
MONGO_HOME
=mongo installtion directory
- Add
MONGO_HOME\bin
toPATH
environment variable
- Clone the project:
git clone https://github.com/Gigaspaces/mongo-datasource-itests.git
- Navigate to the
mongo-datasource-itests
project directory - run integration tests
mvn install
- eclipse users uses m2e plugin sometimes miss synchronization its recommended to right click on mongodb-datasource project and from the menu [Maven]-> [Update project]
<dependency>
<groupId>com.gigaspaces</groupId>
<artifactId>mongo-datasource</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gigaspaces.quality</groupId>
<artifactId>tf</artifactId>
<version>1.5.0</version>
</dependency>