Integrate firestore into kubernetes cluster #59

Closed
opened 2026-03-23 02:38:24 +00:00 by talksik · 1 comment
talksik commented 2026-03-23 02:38:24 +00:00 (Migrated from github.com)

This would help us implement more complex workflows whether it's within orion server or workers, jobs, etc.

  • Terraform import the firestore index that was created via the dashboard
  • Add permissions for kubernetes service account to access firestore / datastore
  • Create a worker that listens to all particles being created
    • Process particles that are not processed yet
    • Update stream's last_child_created_at
    • Deserialize the particle into a struct
  • Migrate new processed_particles table
  • Update data structure within firestore to use consistent children sub collection for particles, including root network particles
This would help us implement more complex workflows whether it's within orion server or workers, jobs, etc. - [x] Terraform import the firestore index that was created via the dashboard - [x] Add permissions for kubernetes service account to access firestore / datastore - [x] Create a worker that listens to all particles being created - [x] Process particles that are not processed yet - [x] Update stream's `last_child_created_at` - [x] Deserialize the particle into a struct - [x] Migrate new `processed_particles` table - [x] Update data structure within firestore to use consistent `children` sub collection for particles, including root network particles
talksik commented 2026-03-25 22:35:11 +00:00 (Migrated from github.com)

Resolved by d8a45b22d3

Resolved by d8a45b22d3e81ab2581f6ba72daa01054549e9b0
Sign in to join this conversation.