Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickhouse support #22

Merged
merged 23 commits into from
Dec 4, 2024
Merged

Clickhouse support #22

merged 23 commits into from
Dec 4, 2024

Conversation

dennis-tra
Copy link
Contributor

No description provided.

cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
cmd/honeypot/main.go Outdated Show resolved Hide resolved
db/client.go Outdated Show resolved Hide resolved
@dennis-tra
Copy link
Contributor Author

For the record, the comments were made in a call, so that's why they are not very elaborate

@dennis-tra dennis-tra force-pushed the clickhouse branch 2 times, most recently from 56ee1b5 to 7510eb0 Compare December 2, 2024 16:40
ant.go Outdated
@@ -23,7 +23,7 @@ const (
)

type Ant struct {
port uint16
port int
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually preferred the uint16 but this gradually bubbled through the code when I added the CLI flag mapping which is an int.

@dennis-tra dennis-tra force-pushed the clickhouse branch 3 times, most recently from 10e19f2 to 4d89d95 Compare December 3, 2024 14:52
Copy link
Contributor

@guillaumemichel guillaumemichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great refactor! I just left a few comments

queen.go Show resolved Hide resolved
queen.go Outdated Show resolved Hide resolved
go-libp2p-kad-dht Outdated Show resolved Hide resolved
@dennis-tra dennis-tra merged commit 5cdf7f8 into main Dec 4, 2024
1 check passed
@dennis-tra dennis-tra deleted the clickhouse branch December 4, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants