Skip to content

Commit 3a6bb55

Browse files
committed
add README.md
1 parent 27fd432 commit 3a6bb55

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# Hosting Langfuse on Amazon ECS with Fargate using CDK Python
3+
4+
This repository contains the AWS CDK Python code for deploying the [Langfuse](https://langfuse.com/) application using Amazon Elastic Container Registry (ECR) and Amazon Elastic Container Service (ECS).
5+
6+
Langfuse is an open-source LLM engineering platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications.
7+
8+
| Project | Architecture |
9+
|---------|--------------|
10+
| [langfuse-v2](./langfuse-v2/) | ![lanfuse-v2-arch](./langfuse-v2/langfuse-on-aws-ecs-fargate-arch.svg) |
11+
12+
## References
13+
14+
* [(Official) Self-host Langfuse Guide](https://langfuse.com/self-hosting)
15+
* [(GitHub) langfuse](https://github.com/langfuse/langfuse/)
16+
* [AWS CDK Reference Documentation](https://docs.aws.amazon.com/cdk/api/v2/)
17+
18+
## Security
19+
20+
See [CONTRIBUTING](../CONTRIBUTING.md#security-issue-notifications) for more information.
21+
22+
## License
23+
24+
This library is licensed under the MIT-0 License. See the LICENSE file.

0 commit comments

Comments
 (0)