ebay/

directory
v0.0.0-...-6719cd2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2019 License: Apache-2.0

Directories

Path Synopsis
akutan
api
Package api contains ProtoBuf-generated types for the external gRPC API to Akutan.
Package api contains ProtoBuf-generated types for the external gRPC API to Akutan.
api/akutan-api
Command akutan-api runs an Akutan API server daemon.
Command akutan-api runs an Akutan API server daemon.
api/impl
Package impl implements the external gRPC and HTTP API servers for Akutan.
Package impl implements the external gRPC and HTTP API servers for Akutan.
api/impl/kgstats
Package kgstats fetches and caches runtime statistics about the cluster and dataset.
Package kgstats fetches and caches runtime statistics about the cluster and dataset.
blog
Package blog contains interfaces to Akutan's data log.
Package blog contains interfaces to Akutan's data log.
blog/kafka
Package kafka implements a Kafka client as a blog.AkutanLog.
Package kafka implements a Kafka client as a blog.AkutanLog.
blog/logspecclient
Package logspecclient implements a client for the akutan/logspec API.
Package logspecclient implements a client for the akutan/logspec API.
blog/mockblog
Package mockblog contains an in-process, in-memory implementation of a Akutan log client and server.
Package mockblog contains an in-process, in-memory implementation of a Akutan log client and server.
config
Package config contains the configuration for a Akutan server.
Package config contains the configuration for a Akutan server.
discovery
Package discovery defines basic concepts around service discovery and locating endpoints.
Package discovery defines basic concepts around service discovery and locating endpoints.
discovery/discoveryfactory
Package discoveryfactory constructs service discovery implementations.
Package discoveryfactory constructs service discovery implementations.
discovery/kubediscovery
Package kubediscovery provides an implementation of the Locator interface backed by Kubernetes service discovery.
Package kubediscovery provides an implementation of the Locator interface backed by Kubernetes service discovery.
diskview
Package diskview implements a view service that serves facts from an ordered key-value store.
Package diskview implements a view service that serves facts from an ordered key-value store.
diskview/akutan-diskview
Command akutan-diskview runs a DiskView daemon.
Command akutan-diskview runs a DiskView daemon.
diskview/database
Package database defines an abstract ordered Key/Value store that can be used as a backing store by the Disk View.
Package database defines an abstract ordered Key/Value store that can be used as a backing store by the Disk View.
diskview/keys
Package keys provides support for building and parsing the DiskView's binary key format that facts are encoded into.
Package keys provides support for building and parsing the DiskView's binary key format that facts are encoded into.
diskview/rocksdb
Package rocksdb provides an implementation of the Database interface that is backed by a local RocksDB Key/Value store
Package rocksdb provides an implementation of the Database interface that is backed by a local RocksDB Key/Value store
facts/cache
Package cache provides for caching facts that were infered during a query and pottentially reusing them for subsequent operations with the same query.
Package cache provides for caching facts that were infered during a query and pottentially reusing them for subsequent operations with the same query.
infer
Package infer implements fact inference by traversing transitive predicates.
Package infer implements fact inference by traversing transitive predicates.
logentry
Package logentry contains all the types generated from the protobuf files.
Package logentry contains all the types generated from the protobuf files.
logentry/logencoder
Package logencoder handles serialization and deserialization of logentry.*Command in to/from bytes.
Package logencoder handles serialization and deserialization of logentry.*Command in to/from bytes.
logentry/logread
Package logread deals with mapping from logentry types into rpc types.
Package logread deals with mapping from logentry types into rpc types.
logentry/logwrite
Package logwrite contains helper functions to create instances of types in the logentry package.
Package logwrite contains helper functions to create instances of types in the logentry package.
logspec
Package logspec contains ProtoBuf-generated types for Akutan's log.
Package logspec contains ProtoBuf-generated types for Akutan's log.
msg/facts
Package facts defines the well known base set of facts that are needed to bootstrap the graph
Package facts defines the well known base set of facts that are needed to bootstrap the graph
msg/kgobject
Package kgobject contains helper methods to construct common api KGObject instances
Package kgobject contains helper methods to construct common api KGObject instances
partitioning
Package partitioning provides ways to describe how the set of facts have been partitioned.
Package partitioning provides ways to describe how the set of facts have been partitioned.
query
Package query provides a high level entry point for executing AkutanQL queries.
Package query provides a high level entry point for executing AkutanQL queries.
query/exec
Package exec is used to execute a KG query that was built by the query planner.
Package exec is used to execute a KG query that was built by the query planner.
query/internal/debug
Package debug contains functions to help track details about query processing and report them.
Package debug contains functions to help track details about query processing and report them.
query/parser
Package parser implements a parser combinator for the akutan query language.
Package parser implements a parser combinator for the akutan query language.
query/planner
Package planner is the KG/Akutan-specific query optimizer.
Package planner is the KG/Akutan-specific query optimizer.
query/planner/plandef
Package plandef defines the output of the query planner.
Package plandef defines the output of the query planner.
query/planner/search
Package search implements a generic query optimizer algorithm.
Package search implements a generic query optimizer algorithm.
rpc
Package rpc contains ProtoBuf-generated types for the messages communicated between Akutan servers.
Package rpc contains ProtoBuf-generated types for the messages communicated between Akutan servers.
space
Package space defines abstract notions of points and ranges.
Package space defines abstract notions of points and ranges.
tools/akutan-client
Command bc provides command line access to the akutan GRPC API
Command bc provides command line access to the akutan GRPC API
tools/carousel-client
Command carousel-client is a low level carousel client tool for helping investigate performance etc.
Command carousel-client is a low level carousel client tool for helping investigate performance etc.
tools/db-scan
Command db-scan reads all keys from a Rocks database.
Command db-scan reads all keys from a Rocks database.
tools/dep
Command dep checks / fetches / update dependencies
Command dep checks / fetches / update dependencies
tools/gen-kube
Command generate writes out Kubernetes configuration for portions of the Akutan cluster.
Command generate writes out Kubernetes configuration for portions of the Akutan cluster.
tools/gen-local
Command gen-local writes out files used to run a Akutan cluster locally.
Command gen-local writes out files used to run a Akutan cluster locally.
tools/gen-local/gen
Package gen is used in generating configurations for an entire Akutan cluster.
Package gen is used in generating configurations for an entire Akutan cluster.
tools/grpcbench
Command grpcbench is a small benchmark tool for gRPC.
Command grpcbench is a small benchmark tool for gRPC.
tools/log-client
Command log-client is a tool for low-level access to Akutan log servers.
Command log-client is a tool for low-level access to Akutan log servers.
tools/plank
Command plank implements a logspec server by storing entries in local memory only.
Command plank implements a logspec server by storing entries in local memory only.
tools/view-client
Command view-client is command line tool for calling Akutan views.
Command view-client is command line tool for calling Akutan views.
txtimeoutview
Package txtimeoutview implements a view service that times out slow transactions and measures the log's latency.
Package txtimeoutview implements a view service that times out slow transactions and measures the log's latency.
txtimeoutview/akutan-txview
Command akutan-txview runs a TxTimeoutView daemon.
Command akutan-txview runs a TxTimeoutView daemon.
txtimeoutview/logping
Package logping measures the latency of Akutan's log by appending to it and reading from it.
Package logping measures the latency of Akutan's log by appending to it and reading from it.
txtimeoutview/txtimer
Package txtimer watches for slow transactions and aborts them.
Package txtimer watches for slow transactions and aborts them.
update
Package update handles requests to modify the graph.
Package update handles requests to modify the graph.
update/conv
Package conv helps convert between related types as an update request is processed.
Package conv helps convert between related types as an update request is processed.
util/bytes
Package bytes aids in manipulating byte slices and writing bytes and strings.
Package bytes aids in manipulating byte slices and writing bytes and strings.
util/clocks
Package clocks provides a mockable way to measure time and set timers.
Package clocks provides a mockable way to measure time and set timers.
util/cmp
Package cmp provides common operators on a number of scalar types
Package cmp provides common operators on a number of scalar types
util/debuglog
Package debuglog configures Logrus.
Package debuglog configures Logrus.
util/errors
Package errors aids in handling errors.
Package errors aids in handling errors.
util/graphviz
Package graphviz generates diagrams from dot input.
Package graphviz generates diagrams from dot input.
util/grpc/client
Package grpcclientutil has helpers for configuring gRPC clients.
Package grpcclientutil has helpers for configuring gRPC clients.
util/grpc/server
Package grpcserverutil has helpers for configuring gRPC servers
Package grpcserverutil has helpers for configuring gRPC servers
util/metrics
Package metrics aids in defining Prometheus metrics.
Package metrics aids in defining Prometheus metrics.
util/parallel
Package parallel is a utility package for running parallel/concurrent tasks.
Package parallel is a utility package for running parallel/concurrent tasks.
util/perfbenchmarks
Package perfbenchmarks contains benchmarks for Go language and standard library features.
Package perfbenchmarks contains benchmarks for Go language and standard library features.
util/profiling
Package profiling assists in gathering CPU profiles.
Package profiling assists in gathering CPU profiles.
util/random
Package random helps seed the math/rand pseudo-random number generator.
Package random helps seed the math/rand pseudo-random number generator.
util/signals
Package signals aids in POSIX signal handling.
Package signals aids in POSIX signal handling.
util/stats
Package stats contains a pretty-printer for statistics about the facts stored on DiskViews.
Package stats contains a pretty-printer for statistics about the facts stored on DiskViews.
util/table
Package table formats data into a text-based table for human consumption.
Package table formats data into a text-based table for human consumption.
util/tracing
Package tracing assists with reporting OpenTracing traces.
Package tracing assists with reporting OpenTracing traces.
util/unicode
Package unicode contains Unicode text functionality for Akutan store.
Package unicode contains Unicode text functionality for Akutan store.
util/web
Package web aids in writing HTTP servers.
Package web aids in writing HTTP servers.
viewclient
Package viewclient provides functionality for querying view servers.
Package viewclient provides functionality for querying view servers.
viewclient/fanout
Package fanout is useful for invoking RPCs across a bunch of servers.
Package fanout is useful for invoking RPCs across a bunch of servers.
viewclient/lookups
Package lookups defines go interfaces that the various LookupXX rpc wrappers expose, this can be useful in decoupling the actual Loopup implementation from its usage, allowing for easier testing
Package lookups defines go interfaces that the various LookupXX rpc wrappers expose, this can be useful in decoupling the actual Loopup implementation from its usage, allowing for easier testing
viewclient/lookups/mocklookups
Package mocklookups provides a mock implementation of the various Fact lookup RPCs.
Package mocklookups provides a mock implementation of the various Fact lookup RPCs.
viewclient/mockstore
Package mockstore provides various mocks that store facts and can execute lookups against them.
Package mockstore provides various mocks that store facts and can execute lookups against them.
viewclient/viewreg
Package viewreg tracks all the known view servers in the cluster.
Package viewreg tracks all the known view servers in the cluster.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL