Found 14 packages
Common code used by Bigtable V2 APIs
Recommended Google client library to access the Google Cloud Bigtable Instance and Table Admin APIs.
Recommended Google client library to access the Google Cloud Bigtable API.
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
This is not the recommended package for working with Bigtableadmin, please use the Google.Cloud.Bigtable.Admin.V2 package. This Google APIs Client Library for working with Bigtableadmin v2 uses older code generation, and is harder to use. Product documentation is available at: https://cloud.google.com/bigtable/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.BigtableAdmin.v2/latest/api/Google.Apis.BigtableAdmin.v2.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.BigtableAdmin.v2 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0
Google APIs Client Library for working with Bigtableadmin v1. Supported Platforms: - .NET Framework 4.5+ - .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support. Legacy platforms: - .NET Framework 4.0 - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0 Incompatible platforms: - .NET Framework < 4.0 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin More documentation on the API is available at: https://developers.google.com/api-client-library/dotnet/apis/bigtableadmin/v1 The package source code is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Library for Akka Persistence journal and snapshot store backed by Google Bigtable.
Methods for quick prototyping difficult models. You can add more specified columns: UserID, ParentID You can create database indexes and queries by function JSON_VALUE
Contains HealthChecks for Google Cloud Platform Bigtable, based on the nuget package `Google.Cloud.Bigtable.Admin.V2`.
It's a helper for BigQuery's Table creation and data insertion with support for nested and repeated fields.
1.2.13 - Keyblade Color Randomization 1.2.12 - Fixed bug with QoL Compilation 1.2.11 - Fixed bug with QoL File Name 1.2.10 - Updated Enemy Files + Added New QoL Files 1.2.9 - Updated QoL 1.2.8 - Addressed bug with BoolProperty compiling 1.2.7 - Update to TresBossData 1.2.6 - Potential Final Release 1.2.5 - Added Boss Files + Updated RandomizedEnemies Method + Updated Enemy Class 1.2.4 - Updated QualityOfLifeTable 1.2.3 - Allow for variable number of hints on reports 1.2.2 - Updated Event DataTables 1.2.1 - Wording on Hints 1.2 - Added DataTableEnums and Handling for different Stats + Boss/Enemy 1.1.13 - Fix to Raging Vulture file 1.1.12 - Added QoL Big Hero Rescue 1.1.11 - Fix to datatable de/re-recompiling + Fixes to QoL and Hints 1.1.10 - Fix to function call 1.1.9 - Fix to file reader 1.1.8 - Fix to umap 1.1.7 - Updated QoL DataTable 1.1.6 - Other QoL Additions 1.1.5 - UFO + Vulture file addition 1.1.4 - Critical bug fix for VBonus Ability 2 length offset 1.1.3 - Added prelim changes for Shotlock randomization + Added QoL and Hint data breakdown + Event file updated 1.1.2 - Fixed file paths to be correct for Docker (Linux) 1.1.1 - Added some more changes to the DefaultKH3.json + uAssetIds.json + Added some updates to the logic for the Hint System + SynthesisItemDataTables 1.1 - Added mobile locres/ Mobile.cs (Hint System) +SynthesisItemDataTableEntry.cs (Synthesis Item Randomization) 1.0 - Initial Release + Update to VBonus DataTable 0.1.9 - Update uAssetIds.json 0.1.8 - Change to DefaultKH3.json - Don't think this is needed, but adding regardless 0.1.7 - Change to return value of the RandomizeDataTables method 0.1.6 - Updated uAssetIds.json 0.1.5 - Updated Default.json 0.1.4 - Re-Organized Enums 0.1.3 - Changed FileRead 0.1.2 - **TODO 0.1.1 - Added Events 0.1.0 - Initial Release
This is the Tables connector for ETLBox. It supports working with Azure Table Storage, enabling structured data storage and retrieval for cloud-based applications. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/
To record your web application visit history and api request history! How to use it: 0. dependance:EF,JQuery,Bootstrap 1. Open your web root(ex: asp.net mvc is open Global.asax.cs) 2. to add this code as bellow using LF.RequestSky; protected void Application_Start() { AreaRegistration.RegisterAllAreas(); FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); RouteConfig.RegisterRoutes(RouteTable.Routes); BundleConfig.RegisterBundles(BundleTable.Bundles); RequestListenner listenner = new RequestListenner("your project namespace", "dbcontext name", "table schema"=dbo); var res = listenner.AddInAsync().Result; } void Application_EndRequest(object sender, EventArgs e) { var t = RequestListenner.AddRequestAsync(Request, Response); } 3. then you can get your datas from this link ---> http://your server/application name/RequestSky/ 1.1.0 ---> Add Request chart 1.1.2 ---> fix max json length 1.1.3 ---> fix big data request
Convert SQL DDL to Mermaid ERD diagrams automatically. Zero-configuration tool that transforms database schemas (CREATE TABLE statements) into beautiful Mermaid entity-relationship diagrams. Supports 31+ SQL dialects including SQL Server (T-SQL), PostgreSQL, MySQL, Oracle, SQLite, Snowflake, BigQuery, Redshift, Databricks, DuckDB, ClickHouse, Apache Spark, Presto, Trino, and more. Perfect for documentation, visualization, and database design. Generates output compatible with Mermaid.js (https://mermaid.js.org/) - the popular JavaScript diagramming tool. Powered by SQLGlot (https://github.com/tobymao/sqlglot) - a comprehensive SQL parser by Toby Mao. Includes embedded Python runtime - no external dependencies required!