Skip to content

chbatey/akka-persistence-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the sample app

Create a google cloud account and create a data store instance/project.

Create a service account and download the credentials.json.

Indexes

Indexes must be created e.g.

gcloud datastore create-indexes index.yaml 

You'll need the google cloud cli

Config

In application.conf put in your

  • project
  • location of credentials.json

Datastore clients

Google datastore client

  • Synchronous API

Google app engine client

  • Synchronous API
  • Future API

Spotify

  • Asynchronous API and network (async http client)

TODO

  • Look into local testing with the gcloud simulator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages