Skip to content

alexandreblin/taxi-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi backend for Taxi

This is a special "multi" backend for Taxi. It allows pushing your entries to multiple backends at once.

Installation

taxi plugin install multi

Usage

Run taxi config and use the multi protocol for your backend. The backends parameter is a comma-separated list of the backends you want to push to.

[backends]
multi_backend = multi://?backends=my_tempo_backend,my_tipee_backend

Then define the backends a separate section:

[multi]
my_tempo_backend = tempo://...
my_tipee_backend = tipee://...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published