
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
In chip design, handling various data types efficiently is crucial:
DoData provides a cutting-edge data storage solution designed specifically for the complexities of chip design. Our platform seamlessly integrates into your existing workflow, offering a scalable, efficient, and organized way to store, manage, and analyze all your critical data.
By using DoData, you can enhance efficiency, improve collaboration, and streamline your design process.
⚠ Notice: This tool requires an active GDSFactory+ subscription. To learn more, visit GDSFactory.com.
We only support Python 3.11 or 3.12, and recommend VSCode IDE and UV. You can install UV on a terminal with the following commands:
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Then you can install dodata with:
uv pip install "dodata[demos]" --upgrade
Ensure you create a .env file in your working directory with the following contents:
dodata_url = 'https://your.dodata.url.here'
dodata_user = 'dodata_user'
dodata_password = 'dodata_web_password'
dodata_db = 'your.dodata.database.url.here'
dodata_db_user = "db_username_here"
dodata_db_password = "db_password_here"
dodata_db_name = "dodata"
data_db_port = 5432
debug = False
The .env file should be in the same directory where you run the notebooks or in a parent directory.
To run the notebooks, you can use either VSCode or JupyterLab:
Run the notebooks in the following order:
1_generate_layout
: Generates the GDS layout and a CSV device manifest, including device coordinates, settings, and analysis.2_generate_measurement_data
: Generates CSV measurement data.3_upload_measurements
: Uploads wafer definitions, measurement data and trigger analysis.4_download_data
: Downloads analysis using specific queries.5_delete
: Deletes data as needed.FAQs
Software Development Kit - SDK for DoData
We found that dodata demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.