DataPowerTools

Bridging the gap between IEnumerable and IDataReader for dealing with unstructured and loosely-structured data, plus fast ETL + SQL Bulk Copy. (by nh43de)

DataPowerTools Alternatives

Similar projects and alternatives to DataPowerTools based on common topics and language

  • smartbulkcopy

    High-Speed Bulk Copy tool to move data from one Azure SQL / SQL Server database to another. Smartly uses logical or physical partitions to maximize speed.

  • Dapper

    Dapper - a simple object mapper for .Net

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Cinchoo ETL

    ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)

  • NETProvider

    Firebird ADO.NET Data Provider

  • EasyCsv-Dotnet

    EasyCsv is a simple and efficient .NET library for handling CSV files in your projects. With a **fluent** user-friendly API, it allows you to easily read, write, and manipulate CSV files with a minimal amount of code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better DataPowerTools alternative or higher similarity.

DataPowerTools reviews and mentions

Posts with mentions or reviews of DataPowerTools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Recommended patterns or tools for data/row migration between databases?
    2 projects | /r/dotnet | 22 Jun 2023
  • What do you use for Data Wrangling / ETL?
    1 project | /r/dotnet | 2 Dec 2022
    I created a lib https://github.com/nh43de/DataPowerTools for this purpose (basically a lot of extensions around IDataReader), but I haven't had the time to really maintain or document it properly. Basically, there are readers: ExcelReader, CsvReader, etc. that implement IDataReader, a standard ADO.NET interface, and then extension methods can be called on IDataReader to add/modify/transform/lookup columns. Once the (possibly transformed) IDataReader is obtained it can then be used to write the data somewhere else, or analyzed further e.g. to create a table to fit the transformed data. Currently supported destinations are Excel, Sql Server, SqlLite, Csv, or any destination that takes in an IDataReader. It's highly performant and in production in a lot of places.

Stats

Basic DataPowerTools repo stats
2
8
6.9
5 days ago

nh43de/DataPowerTools is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of DataPowerTools is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com