Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Fake it till u make it (isolates!) #45

@Raghuvorkady

Description

@Raghuvorkady

Create an isolate for firebase and hive process (network and database)
Let it return the model ASAP on adding and then do the background process


But Hive operations can be performed in isolates, if we pass path to the isolate


  • compute(), R/W from/to hive, and bg for firebase
  • do CRUD first in Hive and then upload in firebase in the background using Isolates.
  • Create a sync field in the transaction model to know whether the record is uploaded to firebase.
  • Also create metadata for all tables created in Hive, to know the status.
  • Worker isolate

metadata examples:

  • tables,
  • columns,
  • Table size
  • Datatype size
  • Variable size
  • Program size
  • Number of rows and columns
  • sync status
  • last modified time

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority: HighType: enhancementImprove existing feature

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions