Skip to content

Commit

Permalink
docs(core): Add architecture document
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 9, 2024
1 parent 1e2212a commit d9cf80b
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 5 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,16 @@ async def main():
asyncio.run(main())
```

## Architecture

Lyric core is built with Rust, providing a high-performance and secure runtime environment for multi-language code
execution.

The following diagram illustrates the architecture of Lyric:

![Lyric Architecture](docs/asserts/imgs/lyric_architecture.png)


## Examples

- [Notebook-Qick Start](examples/notebook/lyric_quick_start.ipynb): A Jupyter notebook demonstrating how to use Lyric to execute Python and JavaScript code.
Expand Down
Loading

0 comments on commit d9cf80b

Please sign in to comment.