You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, we only have dummy store, dynamodb and YAML store for saving the journeys.
The list can grow big and it's a good idea to have a separate development for those, so separating each store to its own repository
The text was updated successfully, but these errors were encountered:
Descriptions
We have a journey store interface, then we have implementations of that interface here
https://github.com/ussd-airflow/ussd_engine/tree/master/ussd/store/journey_store
currently, we only have dummy store, dynamodb and YAML store for saving the journeys.
The list can grow big and it's a good idea to have a separate development for those, so separating each store to its own repository
The text was updated successfully, but these errors were encountered: