Skip to content

mkdf/mkdf-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MK Data Factory / Stream

v0.10.0 changes

Added functionality for registering multiple keys against a single dataset and being able to remove access of your own keys from a dataset. Requires mkdf-keys v0.9.6


Note that the following should be added to the parent application's config/autoload/local.php config file, in order to cover MongoDB access credentials and base URLs for making use of the Stream API:

'mkdf-stream' => [
        'user'      => 'username',
        'pass'      => 'password',
        'server-url'    => 'http://server-url',
        'public-url'    => 'http://public-url',
    ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published