Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for datastores (0.11 sec)

  1. docs/nl/docs/features.md

        * Cookies, enz.
    
    Plus alle beveiligingsfuncties van Starlette (inclusief **sessiecookies**).
    
    Gebouwd als een herbruikbare tool met componenten die makkelijk te integreren zijn in en met je systemen, datastores, relationele en NoSQL databases, enz.
    
    ### Dependency Injection
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 03 13:50:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. docs/config/README.md

    notify_postgres       publish bucket notifications to Postgres databases
    notify_elasticsearch  publish bucket notifications to Elasticsearch endpoints
    notify_redis          publish bucket notifications to Redis datastores
    ```
    
    ### Accessing configuration
    
    All configuration changes can be made using [`mc admin config` get/set/reset/export/import commands](https://github.com/minio/mc/blob/master/docs/minio-admin-complete-guide.md).
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 16 08:43:49 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. cmd/config-current.go

    			MultipleTargets: true,
    		},
    		config.HelpKV{
    			Key:             config.NotifyRedisSubSys,
    			Description:     "publish bucket notifications to Redis datastores",
    			MultipleTargets: true,
    		},
    		config.HelpKV{
    			Key:             config.LambdaWebhookSubSys,
    			Description:     "manage remote lambda functions",
    			MultipleTargets: true,
    		},
    		config.HelpKV{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 03 18:23:41 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/PluginHelper.java

            }
    
            public String getId() {
                return id;
            }
    
            public static ArtifactType getType(final String name) {
                if (name.startsWith(DATA_STORE.getId())) {
                    return DATA_STORE;
                }
                if (name.startsWith(THEME.getId())) {
                    return THEME;
                }
                if (name.startsWith(INGEST.getId())) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 01:47:10 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/datalabeling: v0.8.1 → v0.8.4
    - cloud.google.com/go/dataplex: v1.9.0 → v1.14.0
    - cloud.google.com/go/dataproc/v2: v2.0.1 → v2.3.0
    - cloud.google.com/go/dataqna: v0.8.1 → v0.8.4
    - cloud.google.com/go/datastore: v1.13.0 → v1.15.0
    - cloud.google.com/go/datastream: v1.10.0 → v1.10.3
    - cloud.google.com/go/deploy: v1.13.0 → v1.17.0
    - cloud.google.com/go/dialogflow: v1.40.0 → v1.48.1
    - cloud.google.com/go/dlp: v1.10.1 → v1.11.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/datafusion: v1.6.0 → v1.7.1
    - cloud.google.com/go/datalabeling: v0.7.0 → v0.8.1
    - cloud.google.com/go/dataplex: v1.6.0 → v1.9.0
    - cloud.google.com/go/dataqna: v0.7.0 → v0.8.1
    - cloud.google.com/go/datastore: v1.11.0 → v1.13.0
    - cloud.google.com/go/datastream: v1.7.0 → v1.10.0
    - cloud.google.com/go/deploy: v1.8.0 → v1.13.0
    - cloud.google.com/go/dialogflow: v1.32.0 → v1.40.0
    - cloud.google.com/go/dlp: v1.9.0 → v1.10.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.28.md

    - google.golang.org/genproto/googleapis/api: dd9d682
    - google.golang.org/genproto/googleapis/rpc: 28d5490
    
    ### Changed
    - cloud.google.com/go/bigquery: v1.8.0 → v1.50.0
    - cloud.google.com/go/datastore: v1.1.0 → v1.11.0
    - cloud.google.com/go/firestore: v1.1.0 → v1.9.0
    - cloud.google.com/go/pubsub: v1.3.1 → v1.30.0
    - cloud.google.com/go: v0.97.0 → v0.110.0
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
Back to top