Skip to content

prismnote v1.0.0: Production-Ready Data Science Notebook

Choose a tag to compare

@Mullassery Mullassery released this 07 Jul 16:56
· 224 commits to main since this release

prismnote v1.0.0 πŸš€ Production Beta-Ready

Production Score: 7.5/10 | 4-week hardening complete

What's New

  • βœ… SQL injection defense-in-depth (query validator, keyword blocklist, pattern detection)
  • βœ… WebSocket JWT authentication (ready for deployment)
  • βœ… GPG binary verification support
  • βœ… 8 cloud warehouse backends (Snowflake, Redshift, BigQuery, etc.)

Architecture

  • Rust Axum backend + React 18 frontend
  • VSCode-inspired layout (file explorer, notebook, data explorer)
  • Multi-kernel support (Python via ipykernel)
  • Real-time collaboration-ready

Database Support

  • Snowflake, Amazon Redshift, Google BigQuery
  • PostgreSQL, MySQL, DuckDB, SQLite, Clickhouse

Upgrade: pip install --upgrade prismnote==1.0.0