GitXplorerGitXplorer
k

teleport-exec

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
c199c66bca9489d8533e05ccd1d3996188d0ed87

Merge pull request #4 from kovyrin/file_stream

kkovyrin committed 3 years ago
Unverified
bf419278ad1873ee3b8ff48bfcf38b3ab20b6814

Pass EOF to the caller and let them close the stream

kkovyrin committed 3 years ago
Unverified
313333e3d666bb184f6e7c825868b4b447a9ec15

Add GoLand configs

kkovyrin committed 3 years ago
Unverified
fde68d953519e63d250491b4f01cc06ef6b3f29d

Switch to rw locks

kkovyrin committed 3 years ago
Unverified
34a38ba6398fafb4501807509bbc5a9be616d72b

Fix listing issues in filestream module

kkovyrin committed 3 years ago
Unverified
09c27aadc062e135e35a16cde0912b0f4422c96c

Fix a possible race in the file streamer

kkovyrin committed 3 years ago

README

The README file for this repository.

Teleport Systems Challenge

This repository contains a solution for the Teleport Systems Challenge - a take-home project used by the Teleport team to assess their engineering candidates. This particular solution aims at the Level 5 of the challenge.

System Design

You can find the RFD for the solution in RFD.md. The file contains a lot of details about the API design, potential trade-offs and scope limits, etc.