Changelog

  • Adds import support for mongodb+srv:// scheme introduced with MongoDB 3.6. This simplifies the src_uri formation. This doesn't affect the user of the older mongodb:// scheme.

Example usage with the new scheme:

abc import --src_type=mongodb --src_uri="mongodb+srv://user:password@some-cluster.mongodb.net/test?retryWrites=true&w=majority" es-index
  • Adds app creation support for ElasticSearch v7, which is the default now.

Example usage:

abc create --es7 my-appbase-app

项目简介

当前项目暂无项目简介

发行版本 31

1.0.0 Beta Release 2

全部发行版

贡献者 14

全部贡献者

开发语言

  • Go 98.4 %
  • Dockerfile 1.0 %
  • Shell 0.6 %