Skip to content

Conversation

@kinyoklion
Copy link
Member

@kinyoklion kinyoklion commented Jul 10, 2023

feat: Move boost signal implementation to the internal library.

@kinyoklion kinyoklion changed the title chore: Implement architecture diagram for data store. feat: Implement basic in-memory store and change handling. Jul 10, 2023
@kinyoklion kinyoklion marked this pull request as ready for review July 10, 2023 22:51
@kinyoklion kinyoklion requested a review from a team July 10, 2023 22:51
@kinyoklion kinyoklion marked this pull request as draft July 11, 2023 16:00
@kinyoklion
Copy link
Member Author

kinyoklion commented Jul 11, 2023

Converted to draft because I missed some testing and found a couple issues. Fixed.

@kinyoklion kinyoklion marked this pull request as ready for review July 11, 2023 16:19
sink_->Upsert(key, updated);
}

template <typename FlagOrSegment>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still FlagOrSegment, because DataKind is a type, which is also used by this same method. Which is inconvenient.

Copy link
Contributor

@cwaldren-ld cwaldren-ld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple lints on libs/server-sdk/src/data_store/dependency_tracker.cpp seem legit, but otherwise looks good!

@kinyoklion kinyoklion merged commit f2d96a4 into server-side Jul 12, 2023
@kinyoklion kinyoklion deleted the rlamb/basic-store-implementation branch July 12, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants