Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for mongodb (0.2 sec)

  1. docs/en/docs/img/sponsors/mongodb.png

    mongodb.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Mar 25 23:10:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. docs/ru/docs/project-generation.md

    * Простая интеграция Python с **Jupyter Kernels** для разработки удалённо или в Docker с расширениями похожими на Atom Hydrogen или Visual Studio...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 13 18:00:47 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  3. samples/bookinfo/README.md

    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/feature_variants.adoc

    - `mysql-support` provides both the `db-support` and `mysql-support` capabilities
    - `postgres-support` provides both the `db-support` and `postgres-support` capabilities
    - `mongo-support` provides both the `db-support` and `mongo-support` capabilities
    
    Then if the consumer tries to get both the `postgres-support` and `mysql-support` features (this also works transitively):
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. README.md

    <a href="https://www.mongodb.com/developer/languages/python/python-quickstart-fastapi/?utm_campaign=fastapi_framework&utm_source=fastapi_sponsorship&utm_medium=web_referral" target="_blank" title="Simplify Full Stack Development with FastAPI & MongoDB"><img src="https://fastapi.tiangolo.com/img/sponsors/mongodb.png"></a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  6. pilot/pkg/xds/xds_test.go

      name: external-svc-mongocluster
    spec:
      hosts:
      - mymongodb.somedomain 
      addresses:
      - 192.192.192.192/24 # VIPs
      ports:
      - number: 27018
        name: mongodb
        protocol: MONGO
      location: MESH_INTERNAL
      resolution: STATIC
      endpoints:
      - address: 2.2.2.2
      - address: 3.3.3.3
    `,
    			},
    			serviceCluster: "outbound|27018||mymongodb.somedomain",
    			wantClusterLocal: map[cluster.ID][]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/networkfilter.go

    	// TODO: add a watcher for /var/lib/istio/mongo/certs
    	// if certs are found use, TLS or mTLS clusters for talking to MongoDB.
    	// User is responsible for mounting those certs in the pod.
    	mongoProxy := &mongo.MongoProxy{
    		StatPrefix: statPrefix, // mongo stats are prefixed with mongo.<statPrefix> by Envoy
    		// TODO enable faults in mongo
    	}
    
    	out := &listener.Filter{
    		Name:       wellknown.MongoProxy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  8. hack/unwanted-dependencies.json

          "github.com/smartystreets/goconvey": "MPL license not in CNCF allowlist",
          "github.com/spf13/viper": "refer to #102598",
          "github.com/xeipuuv/gojsonschema": "unmaintained",
          "go.mongodb.org/mongo-driver": "",
          "go.opencensus.io": "unmaintained, https://github.com/census-instrumentation/opencensus-go archive mode",
          "golang.org/x/exp": "This subrepository holds experimental and deprecated packages",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. go.mod

    	github.com/xdg/stringprep v1.0.3 // indirect
    	github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
    	github.com/yusufpapurcu/wmi v1.2.4 // indirect
    	go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
    	go.mongodb.org/mongo-driver v1.15.0 // indirect
    	go.opencensus.io v0.24.0 // indirect
    	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. docs/uk/docs/alternatives.md

    Він відносно тісно пов’язаний з реляційними базами даних (наприклад, MySQL або PostgreSQL), тому мати базу даних NoSQL (наприклад, Couchbase, MongoDB, Cassandra тощо) як основний механізм зберігання не дуже просто.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 38.2K bytes
    - Viewed (0)
Back to top