Skip to content

Commit

Permalink
docs(pulsar): add pulsar to the emerging projects list
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannialberto committed Sep 19, 2022
1 parent 3aa9110 commit 886c2f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added src/assets/projects-logos/pulsar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/pages/applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import pyroscopeLogo from '../assets/projects-logos/pyroscope.svg';
import wachyLogo from '../assets/projects-logos/wachy.png';
import parcaLogo from "../assets/projects-logos/parca.svg";
import skywalkingLogo from '../assets/projects-logos/skywalking.png'
import pulsarLogo from '../assets/projects-logos/pulsar.png'


const pageMetaTitle = "eBPF Applications Landscape";
const pageMetaDescription =
Expand Down Expand Up @@ -316,6 +318,21 @@ const emergingProjects = [
{label: 'Website', url: 'https://merbridge.io/'},
],
},
{
logoUrl: 'https://github.com/Exein-io/pulsar',
name: 'Pulsar',
logo: pulsarLogo,
title: 'A modular runtime security framework for the IoT',
description: `Pulsar is an event-driven framework for monitoring the activity
of Linux devices. It allows you to collect runtime activity events from
the Linux kernel through its modules and evaluate each event against your own
set of security policies. Powered by eBPF and written in Rust, Pulsar is
lightweight and safe by design.`,
urls: [
{label: 'GitHub', url: 'https://github.com/Exein-io/pulsar'},
{label: 'Website', url: 'https://pulsar.sh/'},
],
},
{
logoUrl: 'https://github.com/l3af-project',
name: 'L3AF',
Expand Down

0 comments on commit 886c2f6

Please sign in to comment.