Spring Data Google Datastore

Sprint Data for Google Datastore

License

License

Categories

Categories

Data
GroupId

GroupId

com.niloen.spring.data
ArtifactId

ArtifactId

google-datastore
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data Google Datastore
Sprint Data for Google Datastore
Project URL

Project URL

https://github.com/Niloen/spring-data-google-datastore
Source Code Management

Source Code Management

https://github.com/Niloen/spring-data-google-datastore

Download google-datastore

How to add to project

<!-- https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/ -->
<dependency>
    <groupId>com.niloen.spring.data</groupId>
    <artifactId>google-datastore</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/
implementation 'com.niloen.spring.data:google-datastore:0.0.1'
// https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/
implementation ("com.niloen.spring.data:google-datastore:0.0.1")
'com.niloen.spring.data:google-datastore:jar:0.0.1'
<dependency org="com.niloen.spring.data" name="google-datastore" rev="0.0.1">
  <artifact name="google-datastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.niloen.spring.data', module='google-datastore', version='0.0.1')
)
libraryDependencies += "com.niloen.spring.data" % "google-datastore" % "0.0.1"
[com.niloen.spring.data/google-datastore "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.data : spring-data-keyvalue jar 1.1.6.RELEASE
com.google.cloud : google-cloud-datastore jar 0.9.3-beta

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.5.RELEASE
junit : junit jar 4.12
org.projectlombok : lombok jar 1.16.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Spring Data Google Datastore

The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. This modules provides integration with Google Datastore.

This is a work in progress

Examples

For examples on using the Spring Data Key Value, see the dedicated project, also available on GitHub

Repository Support

@Configuration
@EnableGoogleDatastoreRepositories
public class ApplicationConfig {
}

Versions

Version
0.0.1