-
Notifications
You must be signed in to change notification settings - Fork 5.6k
RoadMap
Ming Deng edited this page Feb 9, 2021
·
13 revisions
The target is to be the simplest enterprise application framework.
We are focusing on:
- Development efficiency
- Testablility
- Scalability
- Obserability
- Bee support create application by using template
- Bee generate mock data when create application. For example, when I create application with API GetUser, Bee need to auto generate the mock data, so that I could get mock response
- Bee create pre-commit githook, it runs golint or other commands
- Bee generate configure example file, which include all Beego's configuration
- Bee generate sample configure files and code to help to integrate middleware
- prometheus
- zipkin
- jaguar
- Bee generate API from swagger files.
-
Beego support more remote config center
- etcd
- Apollo
-
Distributed cron task
-
Easy API for create task 4429
-
Timeout when schedule task. 4430
-
client support in httplib module
-
Bee generate httplib client based on interface definition
-
Bee generate httplib client based on swagger definition
-
validation module return error code if value is invalid.
- Rate limit filter
- Provide mock feature for all Beego's modules.
- httplib
- ORM
- web
- cache
- Fix Sonar problem
- Improve code coverage to 80%
- 60%
- 70%
- Remove all
goto
statement
- Support opentelemetry