added

[2022/09/26] ZettaBlock v0.3.0 Release

Hey team! ZettaBlock v0.3 Goes Live
It’s been an intense last 2 months at ZettaBlock, and we have officially launched the product v0.3 alpha version! You can now easily perform data analytics or build your own real-time APIs with all kinds of transformation logic and query patterns, all you need is SQL.
Key features this version has delivered:

  1. New Query Builder
    Create APIs (with the current query right away)
    Query history (to record all changes made in the query)
    More chart options: Table, Bar, Line, Scatter, Area, Big Number
    Text to SQL (for users who are not familiar with SQL)
    Cache TTL (how long to cache the query results in a chart/ dashboard)
    Parameters (to implement variables in certain parts of your Query code)
    Fork option
  2. New API Builder (Alpha)
    Can start with a new query or select any existing query to build your low-latency API
    Data type options (you can select the data type of each column)
    Index options (you can choose any column to be indexed)
    Logging (you can see all logs of an API)
    API indexing progress bar
    API GraphQL playground
    API transformation code (i.e., the transformation logic used to generate a API)
  3. New Dashboard Builder
    Text widget support (with Markdown)
    Autosave support
  4. Add your own Data Source (Alpha)
    CSV upload support
    MongoDB support
    PostgreSQL support (only backend, frontend will be added later on)
    Amazon S3 support (only backend, frontend will be added later on)
    BigQuery support (only backend, frontend will be added later on)
    Snowflake support (only backend, frontend will be added later on)
  5. Data Quality Control Framework (backend only)
    A generic DQ monitoring framework has been built already and we are actively adding it to all new and existing data pipelines
    A lot more exciting features will be coming soon! For example, usage metrics tracking, API key management, data ingestion interval configuration, GraphQL API schema search, and so on. Stay tuned!!