directory
Version:
v0.1.0-alpha.1
Opens a new window with list of versions in this module.
Published: Feb 12, 2026
License: MIT
Opens a new window with license information.
README
¶
srake Examples
This directory contains example code for using srake as a library.
Basic Example
The basic/ directory shows how to:
- Open a database connection
- Create a stream processor
- Process SRA metadata from a URL
Run the example:
go run examples/basic/main.go
Using srake as a Library
import (
"github.com/nishad/srake/internal/database"
"github.com/nishad/srake/internal/processor"
)
Note: The internal/ packages are not meant for external use.
Future versions may expose a public API in pkg/.
Directories
¶
Click to show internal directories.
Click to hide internal directories.