Donald VS stata-sankey

Compare Donald vs stata-sankey and see what are their differences.

Donald

A lightweight, generic F# database abstraction. (by pimbrouwers)

stata-sankey

A Stata package for Sankey diagrams (by asjadnaqvi)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Donald stata-sankey
4 1
165 19
- -
5.6 6.1
about 1 month ago about 1 month ago
F# Stata
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

Donald

Posts with mentions or reviews of Donald. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • No pure fsharp orm?
    3 projects | /r/fsharp | 3 May 2023
    There’s Donald too https://github.com/pimbrouwers/Donald
  • Best practices F# API?
    6 projects | /r/fsharp | 9 Mar 2022
  • Data Access in Fsharp
    8 projects | dev.to | 12 Nov 2021
    They are slightly different and depending on your background one might feel more confortable than the other Feel free to choose the one you like the best, in my case I will continue the rest of the post with the Expression based one given that we already have some expression based code from Dapper.FSharp. Previously we added some authors, let'ts try to add Posts to those authors with Donald.
  • Recommended libraries / frameworks for web services
    6 projects | /r/fsharp | 29 Apr 2021
    I'm mostly looking for a few things: - web framework (when will Giraffe 5.0 get officially released ? What about Falco ?) - data access (I've seen Npgsql.Fsharp, any experience with it ? Donald ? Does Dapper play well with F# ?) - Json Serialization (I think one between Fsharp.Data and System.Text.Json will work)

stata-sankey

Posts with mentions or reviews of stata-sankey. We have used some of these posts to build our list of alternatives and similar projects.
  • Anyone know how I can make a similar figure to this? basically describes the temporal trends for pt's with a certain heart condition over three timepoints.
    1 project | /r/stata | 27 Feb 2023
    /* run once: net install sankey, from("https://raw.githubusercontent.com/asjadnaqvi/stata-sankey/main/installation/") replace ssc install palettes, replace ssc install colrspace, replace ado update, update // example dataset, if interested: use "https://github.com/asjadnaqvi/stata-sankey/blob/main/data/sankey2.dta?raw=true", clear */ clear all input str20 source str20 destination layer value // layer 1, the number moving from 1st node to 2nd "D. Severe" "D. Severe" 1 0 "D. Severe" "C. Moderate" 1 3 "D. Severe" "B. Mild" 1 2 "D. Severe" "A. None/Trivial" 1 1 "C. Moderate" "D. Severe" 1 0 "C. Moderate" "C. Moderate" 1 7 "C. Moderate" "B. Mild" 1 6 "C. Moderate" "A. None/Trivial" 1 11 "B. Mild" "D. Severe" 1 0 "B. Mild" "C. Moderate" 1 0 "B. Mild" "B. Mild" 1 0 "B. Mild" "A. None/Trivial" 1 0 "A. None/Trivial" "D. Severe" 1 0 "A. None/Trivial" "C. Moderate" 1 0 "A. None/Trivial" "B. Mild" 1 0 "A. None/Trivial" "A. None/Trivial" 1 0 // layer 2, the number moving from 2nd node to 3rd "D. Severe" "D. Severe" 2 0 "D. Severe" "C. Moderate" 2 0 "D. Severe" "B. Mild" 2 0 "D. Severe" "A. None/Trivial" 2 0 "C. Moderate" "D. Severe" 2 2 "C. Moderate" "C. Moderate" 2 1 "C. Moderate" "B. Mild" 2 5 "C. Moderate" "A. None/Trivial" 2 2 "B. Mild" "D. Severe" 2 4 "B. Mild" "C. Moderate" 2 1 "B. Mild" "B. Mild" 2 3 "B. Mild" "A. None/Trivial" 2 0 "A. None/Trivial" "D. Severe" 2 1 "A. None/Trivial" "C. Moderate" 2 1 "A. None/Trivial" "B. Mild" 2 5 "A. None/Trivial" "A. None/Trivial" 2 5 end drop if value==0 sankey value, from(source) to(destination) by(layer) /// sortby(name) showtotal colorby(level) labangle(0)

What are some alternatives?

When comparing Donald and stata-sankey you can also consider the following projects:

FSharp.Data.Npgsql - F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.

stata-alluvial - A Stata package for alluvial plots

Mondocks - An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs

FlatFiles - Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.

Falco - A toolkit for building fast and functional-first web applications using F#.

ftools - Fast Stata commands for large datasets

Dapper.FSharp - Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite

floweaver - View flow data as Sankey diagrams

SqlHydra - SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.

timeline-sankey - A project to visualize time range series data using the Sankey diagram.

VisualFSharp - The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

sankeydiagram.net - sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.