Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

deploy-options.svg 2.7 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
  3. <!-- Large Circle Around All Icons -->
  4. <circle cx="400" cy="300" r="300" fill="none" stroke="#3182CE" stroke-width="5" stroke-dasharray="15,10" />
  5. <!-- On-Prem Section (Top of Triangle) -->
  6. <g transform="translate(400, 100)">
  7. <!-- Server Rack Icon -->
  8. <rect x="-50" y="-60" width="100" height="120" rx="5" ry="5" fill="#4a5568" />
  9. <!-- Server units -->
  10. <rect x="-45" y="-55" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
  11. <rect x="-45" y="-25" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
  12. <rect x="-45" y="5" width="90" height="25" rx="2" ry="2" fill="#2d3748" />
  13. <rect x="-45" y="35" width="90" height="20" rx="2" ry="2" fill="#2d3748" />
  14. <!-- Server lights -->
  15. <circle cx="-35" cy="-42.5" r="3" fill="#48bb78" />
  16. <circle cx="-35" cy="-12.5" r="3" fill="#48bb78" />
  17. <circle cx="-35" cy="17.5" r="3" fill="#f56565" />
  18. <circle cx="-35" cy="45" r="3" fill="#48bb78" />
  19. <!-- Server rack mounts -->
  20. <rect x="-55" y="-55" width="5" height="115" fill="#718096" />
  21. <rect x="50" y="-55" width="5" height="115" fill="#718096" />
  22. <!-- Label -->
  23. <text x="0" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">On-Prem</text>
  24. </g>
  25. <!-- Local (CLI) Section (Bottom Left of Triangle) -->
  26. <g transform="translate(250, 400)">
  27. <!-- Terminal Icon -->
  28. <rect x="-60" y="-60" width="120" height="100" rx="10" ry="10" fill="#2d3748" />
  29. <rect x="-50" y="-50" width="100" height="80" rx="5" ry="5" fill="#1a202c" />
  30. <text x="0" y="-20" font-family="monospace" font-size="18" fill="#48bb78" text-anchor="middle">$_</text>
  31. <!-- Label -->
  32. <text x="0" y="80" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">Local</text>
  33. </g>
  34. <!-- Cloud Section (Bottom Right of Triangle) -->
  35. <g transform="translate(550, 400)">
  36. <!-- Cloud Icon -->
  37. <path d="M0,-50
  38. C-40,-50 -50,-20 -40,0
  39. C-60,0 -60,40 -30,50
  40. C-20,70 20,70 30,50
  41. C70,60 70,20 50,10
  42. C60,-30 30,-50 0,-50"
  43. fill="#4299e1" />
  44. <!-- Server lines -->
  45. <line x1="-15" y1="0" x2="15" y2="0" stroke="#f7fafc" stroke-width="3" />
  46. <line x1="-15" y1="10" x2="15" y2="10" stroke="#f7fafc" stroke-width="3" />
  47. <line x1="-15" y1="20" x2="0" y2="20" stroke="#f7fafc" stroke-width="3" />
  48. <!-- Label -->
  49. <text x="0" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#2d3748" text-anchor="middle">Cloud</text>
  50. </g>
  51. </svg>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...