cdc-file-transfer
d2
Our great sponsors
- Mergify - Updating dependencies is time-consuming.
- SonarCloud - Analyze your C and C++ projects with just one click.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
cdc-file-transfer | d2 | |
---|---|---|
24 | 84 | |
2,851 | 14,233 | |
0.7% | 2.3% | |
10.0 | 8.6 | |
3 months ago | about 10 hours ago | |
C++ | Go | |
Apache License 2.0 | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cdc-file-transfer
-
Born from the ashes of Stadia, this repository contains tools for synching and streaming files from Windows to Linux.
The README has pretty good explanation of why it's better than rsync, and the animations help show exactly what the difference is.
- Google made a tool like rsync which is 3x faster
-
CDC File Transfer
Slightly OT, but I like the schematic gifs used in the Readme.md (pretty amazing doc overall!) like this one [0]. Does anyone have suggestions what tools they might have used (or might be used in general) to create those?
[0] https://github.com/google/cdc-file-transfer/blob/main/docs/l...
The documentation in the code itself is pretty great as well:
https://github.com/google/cdc-file-transfer/blob/main/fastcd...
The same question was asked here: https://github.com/google/cdc-file-transfer/issues/56
We also ran the experiment with the native Linux rsync, i.e syncing Linux to Linux, to rule out issues with Cygwin. Linux rsync performed on average 35% worse than Cygwin rsync, which can be attributed to CPU differences.
Windows to Windows is being worked on, see https://github.com/google/cdc-file-transfer/compare/main...s....
Linux to Linux is also an option if there is demand, but currently it's Windows to Linux only.
d2
-
Architecture diagrams enable better conversations
I've been using https://structurizr.com/ to automatically generate C4 diagrams from a model (rather than drawing them by hand). It works well with the approach for written documentation as proposed in https://arc42.org/. It's very easy to embed a C4 diagram into a markdown document.
The result is a set of documents and diagrams under version control that can be rendered using the structurizr documentation server (for interactive diagrams and indexed search).
I also use https://d2lang.com/ for declarative diagrams in addition to C4, e.g., sequence diagrams and https://adr.github.io/ for architectural decision records. These are also well integrated into structurizr.
-
Top 6 tools for text-based UML sequence diagrams
D2 is a modern declarative language for designing diagrams with text. It supports a variety of different diagram types as well as traditional UML sequence diagrams. D2 is free and open-source under the Mozilla Public License 2.0 license.
- The Unreasonable Effectiveness of Sequence Diagrams in MermaidJS
- BlockSuite: An open-source Notion-like editor with multiplayer support
-
Show HN: Databasediagram.com – Private, Text to Entity-Relationship Diagram Tool
The issue I have with a lot of these tools is they work fine when depicting relationships between tables in the same schema (talking mainly about PostgreSQL databases), but few support showing relationships between tables across different schemas.
Also, when the number of tables grows large, few have layouts arranged in an optimal way. I use D2 (https://d2lang.com/) to create ERDs. However, of the free layout engines available in D2, Dagre (https://github.com/dagrejs/dagre) and ELK (https://github.com/eclipse/elk) both don't have optimal placement of layouts for a sufficiently complicated database.
-
Dynamically generate Cloud System Architecture diagram
There's always tools like https://d2lang.com/ which convert text to diagrams.
-
I want to contribute to open source but don't know where to start
You're welcome in D2! I maintain a Text to diagram language, released a few months ago, 13k+ stars, I'm actively tagging issues that are good first issues, clean well-tested Go, and I'm happy to help you get that first merge in. Feel free to chime in on any issue that looks interesting! https://github.com/terrastruct/d2
-
D2 (text-to-diagram language): Introducing Grid diagrams
but i hear ya. this is a v1, and already issues are being filed to make it easier to work with. will get better in the next release! https://github.com/terrastruct/d2/issues/1164
we do have an open issue for ports though, if you want to take a look and chime in there or let us know if you're looking for something different than what's described: https://github.com/terrastruct/d2/issues/628
-
Show HN: Algora.io – Open-source development bounties
Down to try this!
Posted a $220 bounty: https://github.com/terrastruct/d2/issues/921
What are some alternatives?
mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
C4-PlantUML - C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
d3 - Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
mermaid-cli - Command line tool for the Mermaid library
diagrams - :art: Diagram as Code for prototyping cloud system architectures
text-to-diagram-site - Compare syntax, layouts, outputs between languages for generating diagrams with text.
plantuml - Generate diagrams from textual description
TALA - A diagram layout engine designed specifically for software architecture diagrams
java - Structurizr for Java
Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
dmd - dmd D Programming Language compiler
kroki - Creates diagrams from textual descriptions!