-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a gRPC service to generate cells for RunMe (#106)
* Define a GRPC service that will take a RunMe notebook and generate cells to be inserted into that notebook * The gRPC service is being defined in stateful/runme#573 * Define converters to and from RunMe protos to Foyle Protos * Make a copy of RunMe's ULID generator code so we can generate cell ids in the format RunMe expects * RunMe"s ULID generator code is defined in an internal package so we can't just reuse it. * Related to [tn_004.md runme integration](https://github.com/jlewi/foyle/blob/main/tech_notes/tn004_runme.md)
- Loading branch information
Showing
15 changed files
with
815 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.