Popularity
6.6
Declining
Activity
0.0
Stable
15
4
5
Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.1.3
hedgehog-fakedata alternatives and similar packages
Based on the "hedgehog" category.
Alternatively, view hedgehog-fakedata alternatives based on common mentions on social networks and blogs.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of hedgehog-fakedata or a related project?
Popular Comparisons
README
hedgehog-faker
This library lets you re-use the fakedata library to quickly and easily generate fake data for use in hedgehog
generators.
import qualified Hedgehog.Gen as Gen
import qualified Faker.Name as Faker
import Hedgehog.Gen.Faker (fake)
main :: IO ()
main = do
print =<< Gen.sample (fake Faker.name)