Export

Top 23 Export Open-Source Projects

  • QuestPDF

    QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.

  • Project mention: How do you generate pdf files with charts? | /r/dotnet | 2023-06-21

    QuestPDF looks really good (I haven't used it) but I believe they changed their license recently.

  • elasticsearch-dump

    Import and export tools for elasticsearch & opensearch

  • Project mention: how can i delete 15 days data from elasticsearch cloud and move to s3? | /r/elasticsearch | 2023-06-15

    If you're wanting to take data out of Elasticsearch completely and make it readable via other tools you could look at ElasticDump, it supports export to S3 as well as the ability to delete documents as they're exported. https://github.com/elasticsearch-dump/elasticsearch-dump

  • 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
  • DiscordChatExporter

    Exports Discord chat logs to a file

  • Project mention: Exemples of medium WPF open-source projects? | /r/csharp | 2023-11-14
  • WechatExporter

    Wechat Chat History Exporter 微信聊天记录导出备份程序

  • mcaselector

    A tool to select chunks from Minecraft worlds for deletion or export.

  • Project mention: I need a minecraft magician to help me retrieve my world. I clearly fucked up real bad when my PC crashed mid project. It was about 12 hrs+ of work on a massive build | /r/Minecraft | 2023-12-08

    I'm going to guess there's no backup but it might still be possible to salvage. Based on the error, at least two chunks have malformed data that can't be decompressed. The first thing to try would be to attempt to open the world with MCA Selector. If it can identify and cope with the bad chunks, you can delete them and get back into the world.

  • ethereum-etl

    Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ

  • Project mention: Blockchain transactions decoding: making wallet activity understandable | dev.to | 2023-10-27

    Event is a log entity which EVM smart contracts can emit during transaction execution. Events are very good at signalling that an some action has taken place on-chain. Applications can subscribe and listen to events to trigger some off-chain logic or they can index, transform and store events in some off-chain storage (look at The Graph protocol or Ethereum ETL).

  • Jailer

    Database Subsetting and Relational Data Browsing Tool.

  • Project mention: Show HN: Jailer is a unique open-source database client tool | news.ycombinator.com | 2024-03-14
  • 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
  • revo-grid

    Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋

  • imessage-exporter

    Export iMessage data + run iMessage Diagnostics

  • Project mention: Autogenerating a Book Series from Three Years of iMessages | news.ycombinator.com | 2024-03-07

    I don't think this works with more recent iMessage features, it looks like it only queries the `text` column [0], but newer (i.e. post MacOS 13) require reading and parsing the attributed_body column [1].

    [0]: https://github.com/niftycode/imessage_reader/blob/master/ime...

    [1]: https://github.com/ReagentX/imessage-exporter/blob/2dc3d034b...

  • tensorflow-onnx

    Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX

  • Project mention: Operationalize TensorFlow Models With ML.NET | dev.to | 2023-08-17

    The easiest way to transform the downloaded TensorFlow model to an ONNX model is to use the tool tf2onnx from https://github.com/onnx/tensorflow-onnx

  • Online3DViewer

    A solution to visualize and explore 3D models in your browser.

  • Project mention: Substance won't start with AMD integrated Graphics | /r/Substance3D | 2023-05-10
  • var-exporter

    Allows exporting any serializable PHP data structure to plain PHP code

  • Photoshop-Export-Layers-to-Files-Fast

    This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.

  • lazy_importer

    library for importing functions from dlls in a hidden, reverse engineer unfriendly way

  • Spreadsheet Architect

    Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.

  • simple-excel

    Read and write simple Excel and CSV files

  • obsidian-export

    Rust library and CLI to export an Obsidian vault to regular Markdown

  • Project mention: MdBook – Create book from Markdown files. Like Gitbook but implemented in Rust | news.ycombinator.com | 2023-06-29

    Found: https://github.com/zoni/obsidian-export but hope this can be part of a single solution.

  • evernote-backup

    Backup & export all Evernote notes and notebooks

  • Project mention: Be Gentle With Me -- I'm trying to export from the web version of Evernote. Can't find the "export" option? Help? | /r/Evernote | 2023-12-11

    There's a script which can download all your notes and then export them as ENEX - either individual notes or whole notebooks.

  • wikiteam

    Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2023, WikiTeam has preserved more than 350,000 wikis.

  • Project mention: Miraheze to Shut Down | news.ycombinator.com | 2023-06-18

    WikiTeam is working on the archival, with the usual XML dumps and image dumps. You can follow updates and see how to help:

    https://github.com/WikiTeam/wikiteam/issues/465#issuecomment...

    https://wiki.archiveteam.org/index.php/Miraheze

    Already before the announcement we had XML dumps for thousands of Miraheze wikis.

  • keycloak-config-cli

    Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.

  • Project mention: Beyond the login page | dev.to | 2023-11-29

    Most of the time nowadays, I prefer offloading this to an identity provider, using OpenID Connect or soon Federated Credential Management (FedCM), even if that means shipping an identity provider as part of the deliverables (I generally go with Keycloak, with keycloak-config-cli to provision its configuration). I'm obviously biased though as I work in IT services, developping software mainly for intranets/extranets, and companies now increasingly have their own identity providers or at a minimum have that in their roadmap. So YMMV.

  • wechat-export

    📃 Export WeChat chat histories to HTML files.

  • chatgpt-history-export-to-md

    A script to effortlessly extract your entire ChatGPT data export from JSON files to nicely-formatted markdown files.

  • Project mention: Ask HN: How to detect code from LLM responses | news.ycombinator.com | 2023-09-29

    [2]https://github.com/mohamed-chs/chatgpt-history-export-to-md

  • Npoi.Mapper

    Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Export related posts

Index

What are some of the best open-source Export projects? This list will help you:

Project Stars
1 QuestPDF 10,462
2 elasticsearch-dump 7,317
3 DiscordChatExporter 6,886
4 WechatExporter 5,512
5 mcaselector 2,860
6 ethereum-etl 2,819
7 Jailer 2,675
8 revo-grid 2,650
9 imessage-exporter 2,437
10 tensorflow-onnx 2,210
11 Online3DViewer 2,174
12 var-exporter 2,003
13 Photoshop-Export-Layers-to-Files-Fast 1,486
14 lazy_importer 1,476
15 Spreadsheet Architect 1,297
16 simple-excel 1,092
17 obsidian-export 938
18 evernote-backup 779
19 wikiteam 686
20 keycloak-config-cli 671
21 wechat-export 660
22 chatgpt-history-export-to-md 649
23 Npoi.Mapper 577

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