t3n / eventsourcing-googlefirestoreeventstore
Neos.EventSourcing 针对Google Cloud Firestore的适配器
dev-master
2019-04-30 11:13 UTC
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-08-29 05:06:45 UTC
README
t3n.EventSourcing.GoogleFireStoreEventStore
Neos.EventSourcing 针对以下适配器:Google Cloud Firestore
安装
使用composer安装
composer require t3n/eventsourcing-googlefirestoreeventstore
配置
示例配置
Neos: EventSourcing: EventStore: stores: 'default': storage: 't3n\EventSourcing\GoogleFireStoreEventStore\GoogleFireStoreEventStorage' storageOptions: baseDocumentId: 'some_namespace' fireStoreConfig: keyFilePath: '%FLOW_PATH_ROOT%Configuration/keyfile.json'
您可以在以下地址获取Google Cloud密钥:https://console.cloud.google.com/apis/credentials/serviceaccountkey