© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Writing NDJSON to a File Using `@effect/experimental` and `@effect/platform` - Effect Community
EC
Effect Community
•
15mo ago
Skosh
Writing NDJSON to a File Using `@effect/experimental` and `@effect/platform`
I wanna write Ndjson to a file using the
@effect/experimental
@effect/experimental
package and
@effect/platform
@effect/platform
fs module
.
AFAIK I need to
fs.sink(path)
fs.sink(path)
to get a sink
, then write to that sink
, run it through a
Ndjson.packString
Ndjson.packString
channel
, but tbh I have no idea how to do that
. Any help is much appreciated
!
!
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Writing to stdin of a running Process using @effect/platform CommandExecutor
EC
Effect Community / 🚀-beginners
2y ago
Effect: Writing and Using Transducers
EC
Effect Community / 🚀-beginners
2y ago
Writing a Stream to a File in Effect Typescript
EC
Effect Community / 🚀-beginners
13mo ago
Issue with File Upload Using `effect/platform` in TypeScript
EC
Effect Community / 🚀-beginners
5mo ago