LinesQueuebeta

LinesQueue is an affordable serverless event‑streaming service that lets you build robust data‑processing apps for just $0.1 per stored GB per month with up to 99.999999999% annual durability!

Common challenges of running a data app

On-premises
Replicate your data three times and ensure failover for all components.
In the cloud
Break through the complex pricing plans and uncomfortable limits.

With LinesQueue development gets easier!

Fast Iterations
Feel free to make mistakes, lose data, or change the storage scheme and processing logic.

The strict ordering of the LinesQueue records allows you to unambiguously restore data stream "history" and process it again.
Free Data Access
You won't have to pay a penny for the daily processing of your dataset!

LinesQueue API calls are free of charge. Also, traffic is free if you don’t need guaranteed bandwidth.
Solid Durability
You don't have to maintain complex deployments and accumulate expensive state snapshot history.

LinesQueue guarantees 99.999999999% of annual durability, which is more than 100 years without losses, even for a billion files.
Simple Scaling
Distribute data processing without complex tricks and additional coordination.

LinesQueue numbers each record, making data distribution easier in each processing unit.

Try the demo!

With the ready-to-use bash snippets below.
Send some line-separated records
echo -e '{"event": "session_start", "timestamp": 1710502667, "data": { "session_id": "1d051566" } }\n{"event": "input_focus", "timestamp": 1710502727, "data": { "session_id": "1d051566", "target_input": "email" } }\n{"event": "form_submit", "timestamp": 1710502787, "data": { "session_id": "1d051566", "form_data": "email=b.spoonfighter@foo.bar" } }\n{"event": "session_end", "timestamp": 1710502967, "data": { "session_id": "1d051566" } }' |
curl 'https://app.linesqueue.com/v1/queues/append_lines?queue_name=demo.ht9pulzkqbu' --data-binary "@-" \
--header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyIvdG9rZW4iOiJjMDA1NzFiNS0yYTc3LTQzNjAtOGU3NS0yY2M2ZmI0Njc2ZWYiLCIvdGVuYW50IjoiMCIsIi9yb2xlIjoiVGVuYW50IiwiaXNzIjoiUHJvZHVjdGlvbiIsImF1ZCI6Imh0dHBzOi8vYXBwLmxpbmVzcXVldWUuY29tLyJ9.VCOpDT2U28uqIwy4JshRLtbd5_qYsbVKCdn6SeKV0Js"
Read the entire queue
curl 'https://app.linesqueue.com/v1/queues/read_lines?queue_name=demo.ht9pulzkqbu' \
--header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyIvdG9rZW4iOiJjMDA1NzFiNS0yYTc3LTQzNjAtOGU3NS0yY2M2ZmI0Njc2ZWYiLCIvdGVuYW50IjoiMCIsIi9yb2xlIjoiVGVuYW50IiwiaXNzIjoiUHJvZHVjdGlvbiIsImF1ZCI6Imh0dHBzOi8vYXBwLmxpbmVzcXVldWUuY29tLyJ9.VCOpDT2U28uqIwy4JshRLtbd5_qYsbVKCdn6SeKV0Js"
Example output:
{"event": "session_start", "timestamp": 1710502667, "data": { "session_id": "1d051566" } }
{"event": "input_focus", "timestamp": 1710502727, "data": { "session_id": "1d051566", "target_input": "email" } }
{"event": "form_submit", "timestamp": 1710502787, "data": { "session_id": "1d051566", "form_data": "email=b.spoonfighter@foo.bar" } }
{"event": "session_end", "timestamp": 1710502967, "data": { "session_id": "1d051566" } }
Or just selected segment
curl 'https://app.linesqueue.com/v1/queues/read_lines?queue_name=demo.ht9pulzkqbu&start_line=1&lines_count=2' \
--header "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyIvdG9rZW4iOiJjMDA1NzFiNS0yYTc3LTQzNjAtOGU3NS0yY2M2ZmI0Njc2ZWYiLCIvdGVuYW50IjoiMCIsIi9yb2xlIjoiVGVuYW50IiwiaXNzIjoiUHJvZHVjdGlvbiIsImF1ZCI6Imh0dHBzOi8vYXBwLmxpbmVzcXVldWUuY29tLyJ9.VCOpDT2U28uqIwy4JshRLtbd5_qYsbVKCdn6SeKV0Js"
Example output:
{"event": "input_focus", "timestamp": 1710502727, "data": { "session_id": "1d051566", "target_input": "email" } }
{"event": "form_submit", "timestamp": 1710502787, "data": { "session_id": "1d051566", "form_data": "email=b.spoonfighter@foo.bar" } }
Want to know more about LinesQueue?
Check out the documentation!

Ready for a better streaming service?

Get started right now!

Pay only for the storage used

There are no fees charged for egress or API requests.
Free Tier
$0
First 1GB is always free.
Flat Fee
$10
With 100GB of storage capacity.
Pay as You Go
$0.1 per GB
Scales as you use.

Our goal is to help you build better data apps!

Please feel free to submit us any issues you’ll have!
If you enter your email address, you agree to the Privacy Policy.