{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://sensorflow.site/#organization",
      "name": "SensorFlow",
      "url": "https://sensorflow.site/",
      "isAccessibleForFree": true,
      "inLanguage": ["zh-CN", "en", "fr", "de", "ar"],
      "featureList": ["Self-hosted event analytics", "ClickHouse storage", "Apache Superset dashboards", "Official Sensors Data SDK integration"],
      "logo": "https://sensorflow.site/assets/logo-sensorflow.svg"
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://sensorflow.site/#software",
      "name": "SensorFlow",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Linux, macOS, Docker",
      "description": "SensorFlow is a self-hosted event tracking and product analytics system compatible with Sensors SDK style ingestion. It stores behavioral events in ClickHouse and supports Superset dashboards.",
      "url": "https://sensorflow.site/",
      "offers": {
        "@type": "Offer",
        "price": "2499",
        "priceCurrency": "CNY",
        "description": "Yearly operations plan at CNY 2499, with a free first month and 50% off the first paid order."
      }
    }
  ]
}
