Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.27 KB

ROADMAP.md

File metadata and controls

69 lines (53 loc) · 2.27 KB

Roadmap for cardano-py

See README.md for how to upgrade Prioritized, but open to feedback!

Table of Contents

0.2.0

ALMOST DONE - Kubernetes capabilities

  • cardanopy k8s apply/* - full node pool capabilities for both local kubernetes and GCP / GKE kubernetes.
  • Cardano Node: Kubernetes Example
  • YouTube Overview + Examples

0.3.0

2 Months - Cardano CLI capabilities

0.4.0

1 Month - docker capabilities

  • cardanopy docker run/stop - add additional support for python docker (instead of requiring external dependency of docker)
  • cardanopy docker-compose up/*
  • Cardano Node: Docker compose Example
  • YouTube: Docker compose - Overview + Examples

0.5.0

1 Month - Wallet capabilities

0.6.0

1 Month - db-sync capabilities (postgres)

0.7.0

2 Months - data exports to json delimited, csv, GCP PubSub, and BigQuery.

  • cardanopy data * - export capabilities like db-sync. except to useful formats for python data engineering, data science, and data exploration/insights. Includes JSON delimited, CSV, PubSub, and BigQuery.
  • Cardano Node: Json / BigQuery Example
  • YouTube: Json / BigQuery - Overview + Examples

1.0.0

1 Month - Official Release

  • bug fixes and improvements to all features 0.1.x - 0.7.x and documentation
  • YouTube Official Release

Looking for Feedback / Additional Scope planning

  • Audit for wallet features (at least)
  • REST API's
  • Plutus docker image and helpers for Smart Contracts
  • Native Token Helpers
  • Metadata Helpers