# README
Table of Contents
Stack
- confluent-kafka-go: Library for Kafka integration, essential for data fetching and server-client communication.
- godotenv: Package for loading environment variables, crucial for configuration and authentication.
Project Summary
- app: Main application code and logic implementation.
- app/routes: Contains routing configurations for the application.
- infra: Infrastructure-related code and configurations.
- infra/kafka: Infrastructure configurations specific to Kafka.
- destinations: Code related to defining destination endpoints.
- .docker: Contains Docker configurations for the project.
- .docker/kafka: Docker configurations specific to Kafka setup.
- app/kafka: Code related to Kafka integration in the application.
Setting Up
Insert your environment variables.
Run Locally
- Clone go_kafka-simulator-fs repository:
git clone https://github.com/salesof7/go_kafka-simulator-fs
- Install the dependencies with one of the package managers listed below:
go build -o myapp
- Start the development mode:
go run main.go
Contributors
FAQ
1.What is this project about?
This project aims to briefly describe your project's purpose and goals.
2.How can I contribute to this project?
Yes, we welcome contributions! Please refer to our Contribution Guidelines for more information on how to contribute.
3.What is this project about?
Your answer.