Skip to content

scrapeless-ai/actor-template-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor Template (Go)

Project Description

This is a Go-based Actor pattern template project for quickly bootstrapping service development that supports the Actor model. It includes basic configurations, Docker support, and input/output specifications.

Prerequisites

Installation & Running

Local Execution

  1. Clone the repository:
git clone https://github.com/scrapeless-ai/actor-template-go.git
cd actor-template-go
  1. Install dependencies:
go mod tidy
  1. Start the service (using example input):
go run main.go

Configuration Explanation

  • .env.example: Environment variable template (rename to .env and modify as needed)
  • .actor/actor.json: Actor metadata configuration (name, version, etc.)
  • .actor/input_schema.json: Input data validation schema

Contribution & Feedback

Welcome to submit Issues or Pull Requests to contribute to improvements!

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published