eda

Open-source projects categorized as eda

Top 23 eda Open-Source Projects

  • ydata-profiling

    1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

  • Project mention: FLaNK 25 December 2023 | dev.to | 2023-12-26
  • great_expectations

    Always know what to expect from your data.

  • Project mention: Data Quality at Scale with Great Expectations, Spark, and Airflow on EMR | dev.to | 2023-04-24

    Great Expectations (GE) is an open-source data validation tool that helps ensure data quality.

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

    A terminal spreadsheet multitool for discovering and arranging data

  • Project mention: Fx – Terminal JSON Viewer | news.ycombinator.com | 2023-09-19

    [4] "Is it possible to "flatten" structured data (like JSON?)": https://github.com/saulpw/visidata/discussions/1605

  • Rath

    Next generation of automated data exploratory analysis and visualization platform.

  • Project mention: FLaNK Stack for 15 May 2023 | dev.to | 2023-05-15
  • skywater-pdk

    Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.

  • Project mention: Ask HN: Open-Source Simple CPU? | news.ycombinator.com | 2024-03-16

    Preferably Intel compatible or able to run Linux? Something I can build in my garage or in a simple microprocessor fab.

    https://github.com/google/skywater-pdk

  • sweetviz

    Visualize and compare datasets, target values and associations, with one line of code.

  • LibrePCB

    A powerful, innovative and intuitive EDA suite for everyone!

  • Project mention: Ask HN: Best open source and/or free EDA tooling | news.ycombinator.com | 2024-01-28
  • 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
  • graphic-walker

    An open source alternative to Tableau. Embeddable visual analytic

  • Project mention: Show HN: Open-source, browser-local data exploration using DuckDB-WASM and PRQL | news.ycombinator.com | 2024-03-15

    [2] https://github.com/Kanaries/graphic-walker/issues/330

  • scattertext

    Beautiful visualizations of how language differs among document types.

  • dataprep

    Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.

  • NeuroKit

    NeuroKit2: The Python Toolbox for Neurophysiological Signal Processing

  • Project mention: Help in getting ECG waveforms or HR, HRV from PolarH10 | /r/Polarfitness | 2023-05-15

    I am aware of the official Polar support available here: https://github.com/polarofficial/polar-ble-sdk/issues. However, as it only provides support for Android and iOS, it doesn't fulfill my requirements. My task needs me to obtain these APIs on a Linux platform, as I intend to convert this data for use with the ROS publisher and subscriber later. I am also open to look for other feasible solution for Linux, and I'm open to exploring other reliable GitHub repositories that could help me capture ECG waveforms or directly obtain HR, HRV, and Respiration Rate values from the devices directly. I was hopeful about this one - https://github.com/neuropsychology/NeuroKit, but it turns out that it needs the ECG waveforms to be saved independently and later these signals would be processed offline. (Not real time). I also found this other repositories that I think would be useful but not too sure - https://github.com/kbre93/dont-hold-your-breath.

  • OpenROAD

    OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/

  • Project mention: Importance of Open-Source EDA Tools for Academia | news.ycombinator.com | 2024-03-11

    > [1]: https://theopenroadproject.org/

    All it takes to check your point is to scroll down to the end and follow the link at the bottom of the page to the FOSSI foundation, who hosted this open letter, to realize that they have also developed some widely used EDA tools. Here's a link on case you have missed it

    https://fossi-foundation.org/our-work/projects

  • typescript-ddd-example

    🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns

  • Project mention: Advice on Typescript+Express Development | /r/node | 2023-06-01

    Here you have a Github template for TS DDD application https://github.com/CodelyTV/typescript-ddd-example

  • fusesoc

    Package manager and build abstraction tool for FPGA/ASIC development

  • Project mention: fusesoc VS vextproj - a user suggested alternative | libhunt.com/r/fusesoc | 2024-03-28
  • kicad-jlcpcb-tools

    Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.

  • Project mention: which JLCPCB KiCad plugin to use? | /r/KiCad | 2023-09-12

    but most/all links I find on sites like adafruit point to https://github.com/Bouni/kicad-jlcpcb-tools

  • skidl

    SKiDL is a module that extends Python with the ability to design electronic circuits.

  • Project mention: Show HN: Atopile – Design circuit boards with code | news.ycombinator.com | 2024-02-05

    Great question! We hope we have a few good reasons.

    This iteration of the project actually came after first working with and then modifying another awesome project called SKiDL (https://github.com/devbisme/skidl).

    It's based on Python - but we found that because since it's procedural, turing complete and has a rich eco-system - people use to that and there aren't standard composable ways of designing things. Instead of describing your board, you (practically) write a script that generates your board. It entangles your targets with your source-code and can make it difficult to understand the ultimate outcome of what you've written.

    Additionally, since it's a potentially very long program, it was hard to write good language support around (a language server for VSCode, a schematic visualiser etc...) that were snappy, responsive and lent to examining modules as well as the whole program.

    There's a few operators and first-class language features we wanted as well, like units and tolerances (3.3V +/- 100mV) that just aren't the same when embedded in a string, or class init method.

  • trading

    💱 Trading application written in Scala 3 that showcases an Event-Driven Architecture (EDA) and Functional Programming (FP)

  • Project mention: Scala real world projects | /r/scala | 2023-07-03
  • edalize

    An abstraction library for interfacing EDA tools

  • baby-names-analysis

    Data ETL & Analysis on the dataset 'Baby Names from Social Security Card Applications - National Data'.

  • OpenTimer

    A High-performance Timing Analysis Tool for VLSI Systems

  • piperider

    Code review for data in dbt

  • Project mention: Show HN: PipeRider – open-source Data Impact Analysis for dbt changes | news.ycombinator.com | 2023-09-06
  • gdsfactory

    python library to design chips (Photonics, Analog, Quantum, MEMs, ...), objects for 3D printing or PCBs.

  • Pinion

    Generate interactive and nice-looking diagrams for your PCBs!

  • Project mention: Pinion: Generate interactive and nice-looking diagrams for PCBs | news.ycombinator.com | 2023-12-13
  • 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). The latest post mention was on 2024-03-28.

eda related posts

Index

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

Project Stars
1 ydata-profiling 11,992
2 great_expectations 9,440
3 visidata 7,388
4 Rath 3,957
5 skywater-pdk 2,830
6 sweetviz 2,828
7 LibrePCB 2,245
8 graphic-walker 2,223
9 scattertext 2,196
10 dataprep 1,909
11 NeuroKit 1,364
12 OpenROAD 1,322
13 typescript-ddd-example 1,200
14 fusesoc 1,112
15 kicad-jlcpcb-tools 1,005
16 skidl 971
17 trading 603
18 edalize 587
19 baby-names-analysis 564
20 OpenTimer 508
21 piperider 466
22 gdsfactory 404
23 Pinion 382
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com