Merge pull request #1280 from bukton123/filer_mongodb

Add new filer support mongodb
This commit is contained in:
Chris Lu
2020-04-19 20:35:19 -07:00
committed by GitHub
5 changed files with 274 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer2/postgres"
_ "github.com/chrislusf/seaweedfs/weed/filer2/redis"
_ "github.com/chrislusf/seaweedfs/weed/filer2/redis2"
_ "github.com/chrislusf/seaweedfs/weed/filer2/mongodb"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/notification"
_ "github.com/chrislusf/seaweedfs/weed/notification/aws_sqs"