Categorygithub.com/salesof7/go_kafka-simulator-fs
repositorypackage
0.0.0-20240416205639-2826f804589f
Repository: https://github.com/salesof7/go_kafka-simulator-fs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Banner

 Language  Stars  Pull Requests  Issues  Contributors

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

  1. Clone go_kafka-simulator-fs repository:
git clone https://github.com/salesof7/go_kafka-simulator-fs  
  1. Install the dependencies with one of the package managers listed below:
go build -o myapp  
  1. Start the development mode:
go run main.go  

Contributors

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.