repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/node/modules/demo/ipc/umap/layers
rapidsai_public_repos/node/modules/demo/ipc/umap/layers/node/node-layer-fragment.glsl.js
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
0
rapidsai_public_repos/node/modules/demo/ipc/umap/layers
rapidsai_public_repos/node/modules/demo/ipc/umap/layers/node/node-layer-vertex.glsl.js
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
0
rapidsai_public_repos/node/modules/demo/ipc/umap/layers
rapidsai_public_repos/node/modules/demo/ipc/umap/layers/node/node-layer.js
// Copyright (c) 2015 - 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
0
rapidsai_public_repos/node/modules/demo/sql
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/package.json
{ "private": true, "name": "@rapidsai/demo-sql-cluster-server", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "dev": "NODE_ENV=development node index.js", ...
0
rapidsai_public_repos/node/modules/demo/sql
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/index.js
#!/usr/bin/env node // Copyright (c) 2021-2022, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requ...
0
rapidsai_public_repos/node/modules/demo/sql
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/data.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/sql
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/README.md
# SQLCluster Server Demo This demo demonstrates the SQLCluster module which allows for multi-GPU SQL queries using our SQL engine. ## Main Dependencies - @rapidsai/sql - fastify-nextjs - react-awesome-query-builder ## Installation To install dependencies, run the following from the root directory for `node-rapids` ...
0
rapidsai_public_repos/node/modules/demo/sql
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/next.config.js
module.exports = { eslint: { ignoreDuringBuilds: true, } }
0
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/components/querybuilder.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/components/querydashboard.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/pages/style.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server
rapidsai_public_repos/node/modules/demo/sql/sql-cluster-server/pages/_app.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/viz-app/package.json
{ "name": "@rapidsai/demo-viz-app", "version": "22.12.2", "private": true, "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Ajay Thorve(athorve@nvidia.com)" ], "bin": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next build && next start" ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/viz-app/index.js
#!/usr/bin/env -S node --trace-uncaught // Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 //...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/viz-app/README.md
# Server-Side Rendered Visualization App Frontend [WIP] A front end application connected to the [SSR](https://github.com/rapidsai/node/tree/main/modules/demo/ssr) compute, rendering, and streaming backend. The visualizations are all streamed to a `<video>` tag. ## Featured Dependencies - React ## Data Requirements T...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/viz-app/next.config.js
module.exports = { eslint: { ignoreDuringBuilds: true, }, }
0
rapidsai_public_repos/node/modules/demo/viz-app
rapidsai_public_repos/node/modules/demo/viz-app/styles/global.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/demo-dashboard.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/file-input/file-input.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/layout/layout.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/layout/layout.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/slide-menu/slide-menu.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row/data-container.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row/data-row.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row/data-metrics/data-metrics.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/data-row/data-table/data-table.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/navbar/navbar.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/navbar/navbar.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/navbar
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/navbar/status/status.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/header-underline/header-underline.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/tool-bar/tool-bar.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/tool-bar/tool-bar.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/footer/footer.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/extended-table/extended-table.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/extended-table/extended-table.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/demo-view/demo-view.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-dashboard/demo-view/demo-view.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/components
rapidsai_public_repos/node/modules/demo/viz-app/components/demo-card/demo-card.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app
rapidsai_public_repos/node/modules/demo/viz-app/pages/index.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app
rapidsai_public_repos/node/modules/demo/viz-app/pages/_app.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/pages
rapidsai_public_repos/node/modules/demo/viz-app/pages/demo/point-cloud.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/pages
rapidsai_public_repos/node/modules/demo/viz-app/pages/demo/umap.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/viz-app/pages
rapidsai_public_repos/node/modules/demo/viz-app/pages/demo/graph.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/package.json
{ "private": true, "name": "@rapidsai/demo-spatial", "main": "index.js", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "start": "node --experimental-vm-mo...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/index.js
#!/usr/bin/env node // Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/data.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/README.md
# Spatial Demo A geospatial demo using cuSpatial and deck.gl. ## Featured Dependencies - @rapidsai/cudf - @rapidsai/cuspatial - @rapidsai/jsdom - @rapidsai/deckgl - @rapidsai/glfw ## Data Requirements Data required from `/data/263_tracts.arrow` and census data (auto downloaded) such as `200901.cny.gz`. ## Start Exam...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/util.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/color.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/spatial/app.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/spatial
rapidsai_public_repos/node/modules/demo/spatial/data/263_tracts.arrow
version https://git-lfs.github.com/spec/v1 oid sha256:49827aedaa036f9fb16cebd838bcbaa4752824f13fa5c9dac0f6c994e32a2c73 size 718232
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/xterm/package.json
{ "private": true, "name": "@rapidsai/demo-xterm", "main": "index.js", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "start": "node --experimental-vm-modu...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/xterm/index.js
#!/usr/bin/env node // Copyright (c) 2020-2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/xterm/README.md
## XTerm Demo Running a GL powered Xterm in a glfw instance. Uses the [Xterm.js project](https://github.com/xtermjs/xterm.js). ## Featured Dependencies - @rapidsai/glfw ## Start Example of running the demo: ```bash yarn start ```
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/client-server/package.json
{ "name": "@rapidsai/demo-client-server", "version": "22.12.2", "private": true, "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Ajay Thorve(athorve@nvidia.com)" ], "bin": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next build && next st...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/client-server/index.js
#!/usr/bin/env node // Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/client-server/README.md
# Client-Server Visualization Demo This demo showcases how to use cudf as a backend compute engine for a client-side deck.gl visualization over a node-express api using 2 dashboards - Uber Movement Dataset Dashboard and Fannie Mae Mortgage Dataset Dashboard. ### Uber Movement Dashboard ![Screenshot](./public/images/ub...
0
rapidsai_public_repos/node/modules/demo
rapidsai_public_repos/node/modules/demo/client-server/next.config.js
module.exports = { eslint: { ignoreDuringBuilds: true, }, webpack: (config, {buildId, dev, isServer, defaultLoaders, webpack}) => { // Note: we provide webpack above so you should not `require` it // Perform customizations to webpack config // config.plugins.push(new webpack.IgnorePlugin({ resourc...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/styles/global.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/components/navbar.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/components/layout.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/components/layout.module.css
/* Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/components/navbar.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/utils/legend.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/charts/deck.geo.jsx
// Copyright (c) 2021-2022, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/charts/indicator.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/charts/echarts.bar.jsx
// Copyright (c) 2021-2022, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/server/run-middleware.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/server/cache.js
// Copyright (c) 2021-2022, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/client-server/components
rapidsai_public_repos/node/modules/demo/client-server/components/server/cudf-utils.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/public
rapidsai_public_repos/node/modules/demo/client-server/public/data/SOURCES.md
# Notebook demo data sources * [US_Accidents_Dec20.csv](https://www.kaggle.com/sobhanmoosavi/us-accidents?select=US_Accidents_Dec20.csv) * [san_francisco_censustracts.geojson](https://movement.uber.com/explore/san_francisco/travel-times/query?lang=en-US&si=1277&ti=&ag=censustracts&dt[tpb]=ALL_DAY&dt[wd;]=1,2,3,4,5,6,7...
0
rapidsai_public_repos/node/modules/demo/client-server/public
rapidsai_public_repos/node/modules/demo/client-server/public/data/san_francisco_censustracts.geojson
version https://git-lfs.github.com/spec/v1 oid sha256:05a9ea1a1d11be4804db6e21d6f2ef266aee440b7e43ad2d9de0971585a49ba2 size 3786304
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/pages/index.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server
rapidsai_public_repos/node/modules/demo/client-server/pages/_app.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/pages
rapidsai_public_repos/node/modules/demo/client-server/pages/api/[...param].js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/pages
rapidsai_public_repos/node/modules/demo/client-server/pages/dashboard/uber.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/client-server/pages
rapidsai_public_repos/node/modules/demo/client-server/pages/dashboard/mortgage.jsx
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/graph/package.json
{ "private": true, "name": "@rapidsai/demo-graph-ssr", "main": "index.js", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "start": "node --experimental-vm-...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/graph/index.js
#!/usr/bin/env node // Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/graph/README.md
# Graph Server Side Rendering (SSR) and Streaming Server The back end to the [Viz-App](https://github.com/rapidsai/node/tree/main/modules/demo/viz-app) demo, using cuGraph FA2, luma.gl for visualization, and default graph data. Streamed using webRTC utilizing [nvENC](https://docs.nvidia.com/video-technologies/video-cod...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/render/worker.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/render/render.js
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/render/cluster.js
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/render/copy.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/plugins/webrtc.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/graph/plugins
rapidsai_public_repos/node/modules/demo/ssr/graph/plugins/graph/index.js
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/ssr/graph/plugins
rapidsai_public_repos/node/modules/demo/ssr/graph/plugins/graph/loader.js
const {DataFrame, Series, Int32, Uint32, Uint64, Uint8} = require('@rapidsai/cudf'); function loadNodes(graphId) { if (graphId === 'default') { return getDefaultNodes(); } return getDefaultNodes(); } function loadEdges(graphId) { if (graphId === 'default') { return getDefaultEdges(); } return getDefaultEdges(...
0
rapidsai_public_repos/node/modules/demo/ssr/graph
rapidsai_public_repos/node/modules/demo/ssr/graph/public/video.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>WebRTC NVENC Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#2e2e2e" /> </head> <body style="background:#2e2e2e; margin:0;"> <video autoplay muted width="...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/package.json
{ "private": true, "name": "@rapidsai/demo-point-cloud-ssr", "main": "index.js", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "start": "node --experiment...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/index.js
#!/usr/bin/env -S node --experimental-vm-modules --trace-uncaught // Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.o...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/README.md
# Point Cloud Server Side Rendering (SSR) and Streaming Server The back end to the [Viz-App](https://github.com/rapidsai/node/tree/main/modules/demo/viz-app) demo, using deck.gl for rendering. Streamed using webRTC utilizing [nvENC](https://docs.nvidia.com/video-technologies/video-codec-sdk/nvenc-video-encoder-api-prog...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/render/worker.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/render/render.js
// Copyright (c) 2021-2023, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/render/cluster.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/render/copy.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/plugins/webrtc.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/plugins
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/plugins/point-cloud/index.js
// Copyright (c) 2021, NVIDIA CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/public/indoor.0.1.laz
version https://git-lfs.github.com/spec/v1 oid sha256:c0fa28e1429c62c62523b3cac8507fda6c0063c431a8a9ce03d8b7d9484fccd5 size 1644721
0
rapidsai_public_repos/node/modules/demo/ssr/point-cloud
rapidsai_public_repos/node/modules/demo/ssr/point-cloud/public/video.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>WebRTC NVENC Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#2e2e2e" /> </head> <body style="background:#2e2e2e; margin:0;"> <video autoplay muted width="...
0
rapidsai_public_repos/node/modules/demo/ssr
rapidsai_public_repos/node/modules/demo/ssr/luma/package.json
{ "private": true, "name": "@rapidsai/demo-luma.gl-lessons-ssr", "main": "index.js", "version": "22.12.2", "license": "Apache-2.0", "author": "NVIDIA, Inc. (https://nvidia.com/)", "maintainers": [ "Paul Taylor <paul.e.taylor@me.com>" ], "bin": "index.js", "scripts": { "start": "node --experi...
0