t3n / eventsourcing-googlefirestoreeventstore
Neos.EventSourcing adapter for the Google Cloud Firestore
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 3
Type:neos-yeebase
Requires
- ext-grpc: *
- ext-json: *
- google/cloud-firestore: ^1.1
- neos/event-sourcing: ^1.0
- neos/flow: ^5.2
Requires (Dev)
- t3n/coding-standard: ~1.0.0
This package is auto-updated.
Last update: 2024-10-29 05:34:36 UTC
README
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