IT Service - Database Description

When NeoFlow sends messages to your specified database system, it follows these operations:

  1. When the Gateway connects to the database system, it will automatically create the specified table if it does not already exist. Therefore, the database system user you provide must have privileges to create tables.
  2. The default table name is neoedge, which you can change in NeoFlow settings.
  3. The table field specifications are as follows:
  4. When a Message is generated, it will be added to the database using Insert SQL syntax.
  5. We recommend paying attention to the data volume in this data sheet and regularly removing unnecessary data.
No Column Name Data Type Value Example
1 ID bigint, key increasing number
2 timestamp BigInt 1728949646 milliseconds
3 payload text or nvarchar(max) Message payload