Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.98 KB

ROADMAP.md

File metadata and controls

17 lines (15 loc) · 1.98 KB

Roadmap of DEEP Framework

Our list of roadmap features and functionality, in descending order of priority:

  • Implement deep-search: Full text search service on top of Amazon CloudSearch and/or Amazon Elasticsearch Service
  • Implement deep-db "eventual consistency": Achieve "eventual consistency" by offloading data to SQS as the default option
  • Improve deep-db "strong consistency": Achieve "strong consistency" by increasing Reads/Writes per second in runtime (as other option for special DB operations)
  • Implement deep-security: Security service on top of Amazon IAM and/or Amazon Cognito
  • Implement RUM: Add Real User Monitoring by logging all user actions and visualize them with an ELK stack
  • Implement blue-green deployment: Deploy applications using deepify with zero downtime; Scalable to support multiple environments and multiple regions
  • Implement deep-event: Event manager service using Lambda scheduling, Kinesis stream, Dynamo streaming, SQS, etc
  • Implement deep-notification: Push notification service on top of SNS that supports push to mobile devices, web browsers, email and sms
  • Implement deep-queue: Queue data into SQS and/or Kinesis
  • Implement deep-cache: Cache service on top of Elasticache (Redis engine) inside deep-resource (e.g. AWS Lambda)
  • Integrate deep-db with deep-cache natively: Cache fetched data by default using deep-cache library
  • Improve documentation for each deep-* library: Update docs for deep libraries and development tools