question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🈁💌💗 Post your use cases / software / screenshots here

See original GitHub issue

Hi everyone! This is an open thread for posting examples of the way you are using Parquet.Net. I’m looking for real world usage!

For example:

I use Parquet.Net to store and query my collection of memes. It’s very fast and efficient, and it supports all kinds of data types, like strings, integers, Booleans, and even emojis! 😂

Of course it’s a joke, but you get the idea!

How do you use Parquet.Net? Share your examples below, and don’t forget to check you are not violating your employer’s privacy policy, intellectual rights and so on. You don’t want to end up like Bob, who accidentally leaked the company’s secret formula for their best-selling product. He thought he was just sharing a harmless photo of his lunch, but he didn’t notice the paper on his desk with the confidential information. Now he is looking for a new job and a new place to eat.

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
immitevcommented, Mar 5, 2023

We use the library for implementing SSIS+ components for reading/writing Parquet files https://cozyroc.com/ssis/parquet .

Well, the initial development is based on an older version of the library, due to requiring .NET Framework 4.0 support (did some backporting). Luckily the upcoming version of our component suite can target .NET Framework 4.6.1, so that we are transitioning to the 3.10.0 version.

1reaction
sbrickeycommented, Jan 31, 2023

we use it as a replacement for Azure Data Factory, which saves us about $10k/month

our design is simple: table to store source/destinations and some tracking flags. Process will check the table, identify which records are “ready”, transfers data, then updates the records to indicate their completion… we use this to keep cloud data “current” from the source system(s)

ADF cost was split about half between “bytes transferred” and “API calls” (interactions with the table above)

we replaced it with custom code running on a B-series VM, which costs around $130/month

the custom code is simple: generate local parquet file from source, upload to storage, execute API call into databricks to merge parquet file into existing data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use case scenarios and the use of screenshots?
You need as many screenshots as necessary to adequately communicate the design to the customer. Though, "screenshot" doesn't necessarily ...
Read more >
Use Cases: What They Are and a List of Examples
Learn what use cases are, what gets included, how they benefit software development and several example scenarios to better understand this ...
Read more >
What Is a Use Case & How To Write One
A use case is a concept used in software development, product design, and other fields to describe how a system can be used...
Read more >
Use Cases
A use case is a written description of how users will perform tasks on your website. It is represented as a sequence of...
Read more >
What is a Use Case?
Business analysts are typically responsible for writing use cases and they are employed during several stages of software development, such as planning system ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found