Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Latest Stable Version Total Downloads

t3n.EventSourcing.GoogleFireStoreEventStore

Neos.EventSourcing adapter for the Google Cloud Firestore

Installation

Install via composer:

composer require t3n/eventsourcing-googlefirestoreeventstore

Configuration

Example configuration:

Neos:
  EventSourcing:
    EventStore:
      stores:
        'default':
          storage: 't3n\EventSourcing\GoogleFireStoreEventStore\GoogleFireStoreEventStorage'
          storageOptions:
            baseDocumentId: 'some_namespace'
            fireStoreConfig:
              keyFilePath: '%FLOW_PATH_ROOT%Configuration/keyfile.json'

You can obtain a Google Cloud key at https://console.cloud.google.com/apis/credentials/serviceaccountkey

About

EventStore implementation for google fire store

Topics

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages