Reach out if you have questions
PostgreSQL database recommended specs if ingesting full network data, real time
Credentials for PostgreSQL
Neynar’s role MUST have read and write on either the public schema or a dedicated schema for us. Replace “schema_name” and “username” to match your choice:
Your database SHOULD be in AWS us-east-1 or equivalent for the lowest indexing lag. If not, additional data transfer charges will be needed.
The database SHOULD require SSL on connections.
The database MAY be in a private VPC, but the database MUST be “publicly accessible”.
The database SHOULD limit access by IP address. We will give you our static IP during setup.
99.9% availability uptime on the database - we expect your database to be highly available for writes, or else it might increase the data lag
hot_standby_feedback
if your queries are taking too long with a replica.Reach out if you have questions
PostgreSQL database recommended specs if ingesting full network data, real time
Credentials for PostgreSQL
Neynar’s role MUST have read and write on either the public schema or a dedicated schema for us. Replace “schema_name” and “username” to match your choice:
Your database SHOULD be in AWS us-east-1 or equivalent for the lowest indexing lag. If not, additional data transfer charges will be needed.
The database SHOULD require SSL on connections.
The database MAY be in a private VPC, but the database MUST be “publicly accessible”.
The database SHOULD limit access by IP address. We will give you our static IP during setup.
99.9% availability uptime on the database - we expect your database to be highly available for writes, or else it might increase the data lag
hot_standby_feedback
if your queries are taking too long with a replica.