-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move GaaS sources, tests, docs, scripts from the rapidsai/GaaS repo to the cugraph repo #2661
Move GaaS sources, tests, docs, scripts from the rapidsai/GaaS repo to the cugraph repo #2661
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41ed4ca - Browse repository at this point
Copy the full SHA 41ed4caView commit details -
Initial version of GaaS which includes a client and server with APIs …
…for graph management and a sampling algo (node2vec). This also includes test cases and a demo script.
Configuration menu - View commit details
-
Copy full SHA for 70abd33 - Browse repository at this point
Copy the full SHA 70abd33View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68b86f3 - Browse repository at this point
Copy the full SHA 68b86f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b793b - Browse repository at this point
Copy the full SHA 52b793bView commit details -
Merge pull request #1 from rlratzel/main
Create initial version of GaaS client, server, tests, and demo
Configuration menu - View commit details
-
Copy full SHA for b32b286 - Browse repository at this point
Copy the full SHA b32b286View commit details
Commits on May 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b586718 - Browse repository at this point
Copy the full SHA b586718View commit details
Commits on May 16, 2022
-
Added ability to unload extensions, added load/unload/call graph crea…
…tion extensions functions to Thrift and client API.
Configuration menu - View commit details
-
Copy full SHA for 873ea8b - Browse repository at this point
Copy the full SHA 873ea8bView commit details
Commits on May 17, 2022
-
Added proper CLI parsing, added CLI option to read a graph creation e…
…xtension dir at startup.
Configuration menu - View commit details
-
Copy full SHA for 00a7535 - Browse repository at this point
Copy the full SHA 00a7535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8256c10 - Browse repository at this point
Copy the full SHA 8256c10View commit details
Commits on May 18, 2022
-
Added uptime() function (mainly to use as a ping function) and change…
…d tests to use that to determine if the server was ready, updated tests to cover preloaded extensions from the server CLI.
Configuration menu - View commit details
-
Copy full SHA for b3eec7d - Browse repository at this point
Copy the full SHA b3eec7dView commit details -
Renamed test_client.py to test_e2e.py to better reflect that it is an…
… end-to-end test and not just a unit test for the client API, made changes to allow tests to run without setting PYTHONPATH.
Configuration menu - View commit details
-
Copy full SHA for cfc86fe - Browse repository at this point
Copy the full SHA cfc86feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a98c80 - Browse repository at this point
Copy the full SHA 6a98c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6386b5c - Browse repository at this point
Copy the full SHA 6386b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6972b2b - Browse repository at this point
Copy the full SHA 6972b2bView commit details -
Fixed imports to use absolute names, raising GaasError instead of all…
…owing thriftpy2.transport.TTransportError to be raised so users do not need to import thriftpy2 to catch exceptions from GaaS.
Configuration menu - View commit details
-
Copy full SHA for b8a923e - Browse repository at this point
Copy the full SHA b8a923eView commit details -
Added option to set client connection timeout when making APIs calls …
…with a default of 90 seconds.
Configuration menu - View commit details
-
Copy full SHA for 79cba4f - Browse repository at this point
Copy the full SHA 79cba4fView commit details
Commits on May 22, 2022
-
Initial version of get_graph_vertex_dataframe_rows() working, still n…
…eeds cleanup and docs.
Configuration menu - View commit details
-
Copy full SHA for 6cb91e7 - Browse repository at this point
Copy the full SHA 6cb91e7View commit details -
Removed custom Thrift type not needed, added assertions to tests and …
…removed debugging code.
Configuration menu - View commit details
-
Copy full SHA for 761b337 - Browse repository at this point
Copy the full SHA 761b337View commit details -
Refactor in preparation for get_graph_edge_dataframe_rows(), added su…
…pport for retrieving the entire table if necessary instead of just individual rows.
Configuration menu - View commit details
-
Copy full SHA for d03d70d - Browse repository at this point
Copy the full SHA d03d70dView commit details -
Merge pull request rapidsai#8 from rlratzel/branch-22.06-updates_for_…
…dgl_1 Add ability to load graphs server-side using custom functions
Configuration menu - View commit details
-
Copy full SHA for 1ecf61a - Browse repository at this point
Copy the full SHA 1ecf61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e668087 - Browse repository at this point
Copy the full SHA e668087View commit details -
Refactorings to reuse code easier, added shape API and edges APIs and…
… tests to match the corresponding get_graph_vertex_dataframe_*() APIs. (this uncovered assumptions in the tests about the internal dataframe ordering which are currently non-deterministic, still working on this)
Configuration menu - View commit details
-
Copy full SHA for a6d8f04 - Browse repository at this point
Copy the full SHA a6d8f04View commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba3b2de - Browse repository at this point
Copy the full SHA ba3b2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45740c - Browse repository at this point
Copy the full SHA a45740cView commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 384460c - Browse repository at this point
Copy the full SHA 384460cView commit details -
Changed method to get data from device to host and also sending numpy…
… bytes over RPC call.
Configuration menu - View commit details
-
Copy full SHA for 3c03460 - Browse repository at this point
Copy the full SHA 3c03460View commit details -
Changed binary fields in return struct to lists but only convert from…
… cudf to numpy (and omit tolist()) for return types. Still need to remove debug prints!
Configuration menu - View commit details
-
Copy full SHA for b8f13ad - Browse repository at this point
Copy the full SHA b8f13adView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a2e40b - Browse repository at this point
Copy the full SHA 4a2e40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5400e40 - Browse repository at this point
Copy the full SHA 5400e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c00bb10 - Browse repository at this point
Copy the full SHA c00bb10View commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3197825 - Browse repository at this point
Copy the full SHA 3197825View commit details -
Configuration menu - View commit details
-
Copy full SHA for be5f73d - Browse repository at this point
Copy the full SHA be5f73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f3302 - Browse repository at this point
Copy the full SHA 10f3302View commit details -
Configuration menu - View commit details
-
Copy full SHA for a40bb43 - Browse repository at this point
Copy the full SHA a40bb43View commit details
Commits on Jun 8, 2022
-
Merge pull request rapidsai#10 from alexbarghi-nv/updates_for_pyg_aba…
…rghi_01 Updates to GaaS for PyG and DGL
Configuration menu - View commit details
-
Copy full SHA for 80a72b9 - Browse repository at this point
Copy the full SHA 80a72b9View commit details -
Updates to make server single-threaded. Also added some crude test sc…
…ripts to ensure 8 clients can concurrently access the server without problems.
Configuration menu - View commit details
-
Copy full SHA for 5e4e39a - Browse repository at this point
Copy the full SHA 5e4e39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5c997 - Browse repository at this point
Copy the full SHA 7c5c997View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9cbdb62 - Browse repository at this point
Copy the full SHA 9cbdb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8159078 - Browse repository at this point
Copy the full SHA 8159078View commit details -
Merge branch 'branch-22.06' of https://github.com/rapidsai/gaas into …
…updates_for_pyg_abarghi_01
Configuration menu - View commit details
-
Copy full SHA for 0a11019 - Browse repository at this point
Copy the full SHA 0a11019View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec82b5f - Browse repository at this point
Copy the full SHA ec82b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb148f5 - Browse repository at this point
Copy the full SHA cb148f5View commit details -
Merge pull request rapidsai#12 from alexbarghi-nv/updates_for_pyg_aba…
…rghi_02 Add Methods to Check Property Validity
Configuration menu - View commit details
-
Copy full SHA for aac9d1e - Browse repository at this point
Copy the full SHA aac9d1eView commit details -
Merge pull request rapidsai#11 from rlratzel/single_threaded_server
Updates to make server single-threaded
Configuration menu - View commit details
-
Copy full SHA for fa42690 - Browse repository at this point
Copy the full SHA fa42690View commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 71ba0ed - Browse repository at this point
Copy the full SHA 71ba0edView commit details -
Merge pull request rapidsai#16 from BradReesWork/branch-22.06
updating the README and adding missing parts
Configuration menu - View commit details
-
Copy full SHA for dcc3431 - Browse repository at this point
Copy the full SHA dcc3431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ceb0c - Browse repository at this point
Copy the full SHA 66ceb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b03e1 - Browse repository at this point
Copy the full SHA 42b03e1View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9779388 - Browse repository at this point
Copy the full SHA 9779388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e93c5 - Browse repository at this point
Copy the full SHA 51e93c5View commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19f0b30 - Browse repository at this point
Copy the full SHA 19f0b30View commit details -
Merge branch 'uniform_neighbor_sampling' of https://github.com/alexba…
…rghi-nv/gaas into uniform_neighbor_sampling
Configuration menu - View commit details
-
Copy full SHA for 61fe30e - Browse repository at this point
Copy the full SHA 61fe30eView commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7bd0927 - Browse repository at this point
Copy the full SHA 7bd0927View commit details
Commits on Jun 29, 2022
-
Merge remote-tracking branch 'alexbarghi-nv/uniform_neighbor_sampling…
…' into branch-22.08-mg_updates Added updates for initial support for MGPropertyGraph and additional tests
Configuration menu - View commit details
-
Copy full SHA for a999733 - Browse repository at this point
Copy the full SHA a999733View commit details
Commits on Jun 30, 2022
-
Updates to handle closing dask client connection properly, added test…
…s and updates for shape methods for MG.
Configuration menu - View commit details
-
Copy full SHA for 46f08da - Browse repository at this point
Copy the full SHA 46f08daView commit details
Commits on Jul 14, 2022
-
Removed shape APIs and replaced with info APIs, reordered methods for…
… consistency, moved graph_id arg to end for uniform_neighbor_sampling for consistency, added tests for info APIs, temporarily disabled vertex shape test while discussing if it is needed or not.
Configuration menu - View commit details
-
Copy full SHA for de4dcec - Browse repository at this point
Copy the full SHA de4dcecView commit details
Commits on Jul 16, 2022
-
Added code and tests for supporting the new get_graph_info() API and …
…ensuring it can support the use cases for the old shape() APIs.
Configuration menu - View commit details
-
Copy full SHA for c1d1327 - Browse repository at this point
Copy the full SHA c1d1327View commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0dcc47 - Browse repository at this point
Copy the full SHA f0dcc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c6087 - Browse repository at this point
Copy the full SHA 76c6087View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21aa53a - Browse repository at this point
Copy the full SHA 21aa53aView commit details
Commits on Aug 16, 2022
-
Updates to accommodate latest PG changes, removed get_num_*() APIs wh…
…ich are obsoleted by get_graph_info(), removed now invalide taxpayers data, updated tests for these changes.
Configuration menu - View commit details
-
Copy full SHA for fc280b3 - Browse repository at this point
Copy the full SHA fc280b3View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00712af - Browse repository at this point
Copy the full SHA 00712afView commit details -
Merge remote-tracking branch 'alexbarghi-nv/uniform_neighbor_sampling…
…' into branch-22.10-mg_updates
Configuration menu - View commit details
-
Copy full SHA for fdd5a05 - Browse repository at this point
Copy the full SHA fdd5a05View commit details -
Update python/gaas_server/gaas_handler.py
Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94ee72e - Browse repository at this point
Copy the full SHA 94ee72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7c307 - Browse repository at this point
Copy the full SHA ea7c307View commit details -
Merge pull request rapidsai#18 from alexbarghi-nv/uniform_neighbor_sa…
…mpling Updates to GaaS for Uniform Neighbor Sampling
Configuration menu - View commit details
-
Copy full SHA for a34c43c - Browse repository at this point
Copy the full SHA a34c43cView commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a156199 - Browse repository at this point
Copy the full SHA a156199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55abf5d - Browse repository at this point
Copy the full SHA 55abf5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0700aa - Browse repository at this point
Copy the full SHA f0700aaView commit details
Commits on Aug 19, 2022
-
Added code to allow the server facade arg to extension functions to b…
…e optional, updated adn added tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for 6151b58 - Browse repository at this point
Copy the full SHA 6151b58View commit details
Commits on Aug 30, 2022
-
Removed get_graph_*_dataframe_rows() and replaced them with get_graph…
…_*_data(). Added MG and SG tests to cover different ID types (exposed after a typo went unchecked). Added MG and SG tests to cover get_graph_*_data(). Minor cleanup and refactorings.
Configuration menu - View commit details
-
Copy full SHA for 99a1370 - Browse repository at this point
Copy the full SHA 99a1370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2570a7d - Browse repository at this point
Copy the full SHA 2570a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2485177 - Browse repository at this point
Copy the full SHA 2485177View commit details -
Deleted unused docs folder, moved images and README.md in preparation…
… for migration to https://github.com/rapidsai/cugraph
Configuration menu - View commit details
-
Copy full SHA for ea3b6eb - Browse repository at this point
Copy the full SHA ea3b6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8320a4 - Browse repository at this point
Copy the full SHA d8320a4View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 853b9d5 - Browse repository at this point
Copy the full SHA 853b9d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf59fa - Browse repository at this point
Copy the full SHA 1cf59faView commit details
Commits on Sep 1, 2022
-
Updates from review: copyright update, added args to dask shell scrip…
…ts, added FIXMEs.
Configuration menu - View commit details
-
Copy full SHA for a550054 - Browse repository at this point
Copy the full SHA a550054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67fcef9 - Browse repository at this point
Copy the full SHA 67fcef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4e355 - Browse repository at this point
Copy the full SHA fd4e355View commit details
Commits on Sep 2, 2022
-
Merge remote-tracking branch 'rlratzel_gaas/branch-22.10-migrate_to_c…
…ugraph' into branch-22.10-gaas_migration
Configuration menu - View commit details
-
Copy full SHA for 7b4ca6e - Browse repository at this point
Copy the full SHA 7b4ca6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade0e0c - Browse repository at this point
Copy the full SHA ade0e0cView commit details