Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace use of String to store IDs with Ulid #1125

Open
de-sh opened this issue Jan 20, 2025 · 2 comments
Open

replace use of String to store IDs with Ulid #1125

de-sh opened this issue Jan 20, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@de-sh
Copy link
Contributor

de-sh commented Jan 20, 2025

  1. pub id: String,
  2. pub ingestor_id: String,
  3. pub id: String,
  4. pub tile_id: Option<String>,
  5. pub dashboard_id: Option<String>,
  6. More...
    refer https://docs.rs/ulid/1.1.4/ulid/struct.Ulid.html
@de-sh de-sh added the enhancement New feature or request label Jan 20, 2025
@nitisht nitisht added the good first issue Good for newcomers label Jan 20, 2025
@AkhilKamath
Copy link

I would like to work on this, can I be assigned? @nitisht

@de-sh de-sh assigned de-sh and AkhilKamath and unassigned de-sh Jan 23, 2025
@de-sh
Copy link
Contributor Author

de-sh commented Jan 23, 2025

Hi @AkhilKamath, feel free to join our slack if you want to discuss this further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants