Go to file
Aleksey Kashapov d8a4f490d4
FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17)
* FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57

* Adds creation timestamp support for cached snapshot building

* Temporarily disables codecov report upload; fixes protocol and dialyzer warnings

* Fixes linting after including prometheus as a dependency
2024-05-15 10:10:57 +03:00
.github/workflows FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00
config FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00
src FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00
test TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
.editorconfig TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
.env TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
.gitignore TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
compose.yaml FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00
Dockerfile.dev TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
elvis.config TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
LICENSE Update file(s) from valitydev/.github 2022-02-22 16:45:21 +00:00
Makefile TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
README.md TD-312: Update to valitydev/damsel@dac2cb5 (#12) 2022-06-20 11:17:22 +03:00
rebar.config FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00
rebar.lock FIN-31: Bumps valitydev/damsel@ab292d9 and valitydev/dmt-core@19d8f57 (#17) 2024-05-15 10:10:57 +03:00

dmt-client

The dominant client with rich API and caching.

Building

To build the project, run the following command:

$ make compile

Running

To enter the Erlang shell with the project running, run the following command:

$ make rebar-shell

Development environment

Run in a docker container

You can run any of the tasks defined in the Makefile from inside of a docker container (defined in Dockerfile.dev) by prefixing the task name with wc-. To successfully build the dev container you need Docker BuildKit enabled. This can be accomplished by either installing docker-buildx locally, or exporting the DOCKER_BUILDKIT=1 environment variable.

Example

  • This command will run the compile task in a docker container:
$ make wc-compile

Example

  • This command will run the compile task in a docker container:
$ make wc-compile

Documentation

@TODO Please write a couple of words about what your project does and how it does it.