https://github.com/t3n/eventsourcing.googlefirestoreeventstore
EventStore implementation for google fire store
https://github.com/t3n/eventsourcing.googlefirestoreeventstore
flowframework flowpackage neos neoscms
Last synced: 10 months ago
JSON representation
EventStore implementation for google fire store
- Host: GitHub
- URL: https://github.com/t3n/eventsourcing.googlefirestoreeventstore
- Owner: t3n
- License: mit
- Created: 2019-04-08T06:13:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:33:56.000Z (about 5 years ago)
- Last Synced: 2025-04-04T15:51:03.249Z (about 1 year ago)
- Topics: flowframework, flowpackage, neos, neoscms
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/t3n/EventSourcing.GoogleFireStoreEventStore) [](https://packagist.org/packages/t3n/eventsourcing-googlefirestoreeventstore) [](https://packagist.org/packages/t3n/eventsourcing-googlefirestoreeventstore)
# t3n.EventSourcing.GoogleFireStoreEventStore
[Neos.EventSourcing](https://github.com/neos/Neos.EventSourcing) adapter for the [Google Cloud Firestore](https://cloud.google.com/firestore/)
## Installation
Install via composer:
composer require t3n/eventsourcing-googlefirestoreeventstore
### Configuration
Example configuration:
```yaml
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