flowchart TB
Nexus.Sources.Federation[Nexus.Sources.Federation]
subgraph Nexus
nexus-extensibility["nexus-extensibility (.NET, Python)"]
nexus-api["nexus-api (.NET, Python)"]
end
subgraph Remote data sources
nexus-remoting-python-playground[nexus-remoting-python-playground]
subgraph nexus-sources-remote
nexus-remoting["nexus-remoting (.NET, Python)"]
Nexus.Sources.Remote[Nexus.Sources.Remote]
end
nexus-remoting --> nexus-remoting-python-playground
end
subgraph File-based data sources
nexus-sources-structured-file[nexus-sources-structured-file]
nexus-sources-windcube[nexus-sources-windcube]
nexus-sources-famos[nexus-sources-famos]
nexus-sources-gantner[nexus-sources-gantner ]
nexus-sources-leospherewindiris[nexus-sources-leospherewindiris]
nexus-sources-csv[nexus-sources-csv]
nexus-sources-campbell[nexus-sources-campbell]
nexus-sources-structured-file --> nexus-sources-windcube
nexus-sources-structured-file --> nexus-sources-famos
nexus-sources-structured-file --> nexus-sources-gantner
nexus-sources-structured-file --> nexus-sources-leospherewindiris
nexus-sources-structured-file --> nexus-sources-csv
nexus-sources-structured-file --> nexus-sources-campbell
end
nexus-api --> Nexus.Sources.Federation
nexus-extensibility --> Nexus.Sources.Federation
nexus-extensibility --> Nexus.Sources.Remote
nexus-extensibility --> nexus-remoting
nexus-extensibility --> nexus-sources-structured-file