-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Pls add my fake data generator package for aws dynamodb
GitHub: https://github.com/necatiarslan/dynamodb-faker
PyPi: https://pypi.org/project/dynamodbfaker/
dynamodbfaker is a versatile Python package that empowers you to effortlessly create realistic but synthetic dynamodb data for a wide range of applications. If you need to generate test data for software development, this tool simplifies the process with an intuitive schema definition in YAML format.
Key Features
Schema Definition: Define your target schema using a simple YAML file. Specify the structure of your table, attribute names and fake data generation code.
Faker and Randomization: Leverage the power of the Faker library and random data generation to create authentic-looking fake data that mimics real-world scenarios.
Insert to Your Dynamodb Table: Insert generated data directly to your dynamodb table.